| 51 | return m_content2; |
| 52 | } |
| 53 | winrt::Microsoft::UI::Xaml::DependencyProperty SegmentedButton::Content1Property() |
| 54 | { |
| 55 | return m_content1; |
| 56 | } |
| 57 | |
| 58 | |
| 59 | void SegmentedButton::Button1_Click(winrt::Windows::Foundation::IInspectable const&, winrt::Microsoft::UI::Xaml::RoutedEventArgs const&) |
nothing calls this directly
no outgoing calls
no test coverage detected