| 35 | return GetValue(m_content1); |
| 36 | } |
| 37 | winrt::Windows::Foundation::IInspectable SegmentedButton::Content2() |
| 38 | { |
| 39 | return GetValue(m_content2); |
| 40 | } |
| 41 | void SegmentedButton::Content2(winrt::Windows::Foundation::IInspectable content2) |
| 42 | { |
| 43 | SetValue(m_content2, content2); |
nothing calls this directly
no outgoing calls
no test coverage detected