MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / OnLoaded

Method OnLoaded

Xaml/Controls/ColorPickerSlider.cpp:159–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 }
158
159 void ColorPickerSlider::OnLoaded(const IInspectable &, const wux::RoutedEventArgs &)
160 {
161 if (const auto root = XamlRoot())
162 {
163 m_XamlRootChangedRevoker = root.Changed(winrt::auto_revoke, m_XamlRootChangedHandler);
164 OnXamlRootChanged(nullptr, nullptr);
165 }
166 }
167
168 void ColorPickerSlider::OnUnloaded(const IInspectable &, const wux::RoutedEventArgs &)
169 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected