| 22 | int Selection(); |
| 23 | void Selection(int value); |
| 24 | static winrt::Microsoft::UI::Xaml::DependencyProperty SelectionProperty() { return m_selectionProperty; } |
| 25 | private: |
| 26 | static winrt::Microsoft::UI::Xaml::DependencyProperty m_content1; |
| 27 | static winrt::Microsoft::UI::Xaml::DependencyProperty m_content2; |
nothing calls this directly
no outgoing calls
no test coverage detected