MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / OnXamlRootChanged

Method OnXamlRootChanged

Xaml/Controls/ColorPicker.cpp:745–757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected