| 743 | } |
| 744 | |
| 745 | void ColorPicker::OnXamlRootChanged(const wux::XamlRoot &, const wux::XamlRootChangedEventArgs &) |
| 746 | { |
| 747 | OnCheckeredBackgroundBorderLoaded(m_CheckeredBackground1Border, nullptr); |
| 748 | OnCheckeredBackgroundBorderLoaded(m_CheckeredBackground2Border, nullptr); |
| 749 | OnCheckeredBackgroundBorderLoaded(m_CheckeredBackground3Border, nullptr); |
| 750 | OnCheckeredBackgroundBorderLoaded(m_CheckeredBackground4Border, nullptr); |
| 751 | OnCheckeredBackgroundBorderLoaded(m_CheckeredBackground5Border, nullptr); |
| 752 | OnCheckeredBackgroundBorderLoaded(m_CheckeredBackground6Border, nullptr); |
| 753 | OnCheckeredBackgroundBorderLoaded(m_CheckeredBackground7Border, nullptr); |
| 754 | OnCheckeredBackgroundBorderLoaded(m_CheckeredBackground8Border, nullptr); |
| 755 | OnCheckeredBackgroundBorderLoaded(m_CheckeredBackground9Border, nullptr); |
| 756 | OnCheckeredBackgroundBorderLoaded(m_CheckeredBackground10Border, nullptr); |
| 757 | } |
| 758 | |
| 759 | void ColorPicker::ApplyChannelTextBoxValue(const wuxc::TextBox &channelTextBox, txmp::ColorChannel channel) |
| 760 | { |
no outgoing calls
no test coverage detected