| 21 | } |
| 22 | |
| 23 | winrt::Windows::Foundation::IInspectable DoubleToStringConverter::ConvertBack( |
| 24 | winrt::Windows::Foundation::IInspectable const& value, |
| 25 | winrt::Windows::UI::Xaml::Interop::TypeName const& targetType, |
| 26 | winrt::Windows::Foundation::IInspectable const& parameter, |
| 27 | winrt::hstring const& language) |
| 28 | { |
| 29 | throw std::exception{}; |
| 30 | } |
| 31 | } |
nothing calls this directly
no outgoing calls
no test coverage detected