| 481 | } |
| 482 | |
| 483 | void ColorPicker::OnUnloaded(const IInspectable &, const wux::RoutedEventArgs &) |
| 484 | { |
| 485 | m_XamlRootChangedRevoker.revoke(); |
| 486 | } |
| 487 | |
| 488 | template<txmp::ColorChannel channel> |
| 489 | void ColorPicker::OnChannelSliderValueChanged(const IInspectable &, const wuxc::Primitives::RangeBaseValueChangedEventArgs &args) |
nothing calls this directly
no outgoing calls
no test coverage detected