| 109 | SetValue(m_titleProperty, winrt::box_value(title)); |
| 110 | } |
| 111 | winrt::hstring implementation::SettingContainer::HelpText() |
| 112 | { |
| 113 | return winrt::unbox_value<winrt::hstring>(GetValue(m_helpTextProperty)); |
| 114 | } |
| 115 | void implementation::SettingContainer::HelpText(winrt::hstring helpText) |
| 116 | { |
| 117 | SetValue(m_helpTextProperty, winrt::box_value(helpText)); |
nothing calls this directly
no outgoing calls
no test coverage detected