| 158 | |
| 159 | |
| 160 | void winrt::FastCopy::implementation::CopyDialog::CheckBox_Checked(winrt::Windows::Foundation::IInspectable const& sender, winrt::Microsoft::UI::Xaml::RoutedEventArgs const& e) |
| 161 | { |
| 162 | OutputDebugString(L"Checkbox clicked\n"); |
| 163 | } |
| 164 | |
| 165 | |
| 166 | void winrt::FastCopy::implementation::CopyDialog::MenuFlyout_Opening(winrt::Windows::Foundation::IInspectable const& sender, winrt::Windows::Foundation::IInspectable const& e) |
nothing calls this directly
no outgoing calls
no test coverage detected