| 57 | |
| 58 | |
| 59 | void SegmentedButton::Button1_Click(winrt::Windows::Foundation::IInspectable const&, winrt::Microsoft::UI::Xaml::RoutedEventArgs const&) |
| 60 | { |
| 61 | Button2().IsChecked(false); |
| 62 | } |
| 63 | |
| 64 | |
| 65 | void SegmentedButton::Button2_Click(winrt::Windows::Foundation::IInspectable const&, winrt::Microsoft::UI::Xaml::RoutedEventArgs const&) |
nothing calls this directly
no outgoing calls
no test coverage detected