| 117 | SetValue(m_helpTextProperty, winrt::box_value(helpText)); |
| 118 | } |
| 119 | winrt::Microsoft::UI::Xaml::Visibility implementation::SettingContainer::ShowReset() |
| 120 | { |
| 121 | return winrt::unbox_value<winrt::Microsoft::UI::Xaml::Visibility>(GetValue(m_showResetProperty)); |
| 122 | } |
| 123 | void implementation::SettingContainer::ShowReset(winrt::Microsoft::UI::Xaml::Visibility showReset) |
| 124 | { |
| 125 | SetValue(m_showResetProperty, winrt::box_value(showReset)); |
nothing calls this directly
no outgoing calls
no test coverage detected