| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected