| 31 | { nullptr } |
| 32 | ); |
| 33 | winrt::Windows::Foundation::IInspectable SegmentedButton::Content1() |
| 34 | { |
| 35 | return GetValue(m_content1); |
| 36 | } |
| 37 | winrt::Windows::Foundation::IInspectable SegmentedButton::Content2() |
| 38 | { |
| 39 | return GetValue(m_content2); |
nothing calls this directly
no outgoing calls
no test coverage detected