| 71 | } |
| 72 | |
| 73 | winrt::Windows::Foundation::IInspectable implementation::SettingContainer::ExpanderContent() |
| 74 | { |
| 75 | return GetValue(m_expanderContentProperty); |
| 76 | } |
| 77 | |
| 78 | void implementation::SettingContainer::ExpanderContent(winrt::Windows::Foundation::IInspectable expanderContent) |
| 79 | { |
nothing calls this directly
no outgoing calls
no test coverage detected