| 61 | } |
| 62 | |
| 63 | winrt::Windows::Foundation::IInspectable implementation::SettingContainer::HeaderContent() |
| 64 | { |
| 65 | return GetValue(m_headerContentProperty); |
| 66 | } |
| 67 | |
| 68 | void implementation::SettingContainer::HeaderContent(winrt::Windows::Foundation::IInspectable header) |
| 69 | { |
nothing calls this directly
no outgoing calls
no test coverage detected