| 40 | } |
| 41 | |
| 42 | ColorPickerSlider::~ColorPickerSlider() |
| 43 | { |
| 44 | UnregisterPropertyChangedCallback(composable_base::OrientationProperty(), m_OrientationPropertyChangedToken.value); |
| 45 | Unloaded(m_UnloadedToken); |
| 46 | Loaded(m_LoadedToken); |
| 47 | } |
| 48 | |
| 49 | void ColorPickerSlider::UpdateColors() |
| 50 | { |
nothing calls this directly
no outgoing calls
no test coverage detected