| 528 | |
| 529 | template<txmp::ColorChannel channel> |
| 530 | void ColorPicker::OnChannelTextBoxLostFocus(const IInspectable &sender, const wux::RoutedEventArgs &) |
| 531 | { |
| 532 | ApplyChannelTextBoxValue(sender.try_as<wuxc::TextBox>(), channel); |
| 533 | } |
| 534 | |
| 535 | void ColorPicker::OnHexInputTextBoxKeyDown(const IInspectable &, const wux::Input::KeyRoutedEventArgs &args) |
| 536 | { |
nothing calls this directly
no outgoing calls
no test coverage detected