| 63 | |
| 64 | |
| 65 | void SegmentedButton::Button2_Click(winrt::Windows::Foundation::IInspectable const&, winrt::Microsoft::UI::Xaml::RoutedEventArgs const&) |
| 66 | { |
| 67 | Button1().IsChecked(false); |
| 68 | } |
| 69 | int SegmentedButton::Selection() |
| 70 | { |
| 71 | return 0; |
nothing calls this directly
no outgoing calls
no test coverage detected