| 47 | SetValue(m_content1, content1); |
| 48 | } |
| 49 | winrt::Microsoft::UI::Xaml::DependencyProperty SegmentedButton::Content2Property() |
| 50 | { |
| 51 | return m_content2; |
| 52 | } |
| 53 | winrt::Microsoft::UI::Xaml::DependencyProperty SegmentedButton::Content1Property() |
| 54 | { |
| 55 | return m_content1; |
nothing calls this directly
no outgoing calls
no test coverage detected