| 7 | struct SegmentedButton : SegmentedButtonT<SegmentedButton> |
| 8 | { |
| 9 | SegmentedButton() { InitializeComponent(); } |
| 10 | |
| 11 | winrt::Windows::Foundation::IInspectable Content1(); |
| 12 | void Content1(winrt::Windows::Foundation::IInspectable content1); |
nothing calls this directly
no outgoing calls
no test coverage detected