MCPcopy Create free account
hub / github.com/HO-COOH/FastCopy / ShowReset

Method ShowReset

FastCopy/SettingContainer.cpp:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected