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

Method OnDependencyPropertyChanged

Xaml/Controls/ConstrainedBox.cpp:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace winrt::TranslucentTB::Xaml::Controls::implementation
10{
11 void ConstrainedBox::OnDependencyPropertyChanged(const IInspectable &sender, const wux::DependencyPropertyChangedEventArgs &)
12 {
13 if (const auto that = sender.try_as<ConstrainedBox>())
14 {
15 that->InvalidateMeasure();
16 }
17 }
18
19 wf::Size ConstrainedBox::MeasureOverride(wf::Size availableSize)
20 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected