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

Method OnDependencyPropertyChanged

Xaml/Controls/UniformGrid.cpp:21–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19 nullptr);
20
21 void UniformGrid::OnDependencyPropertyChanged(const IInspectable &sender, const wux::DependencyPropertyChangedEventArgs &)
22 {
23 if (const auto that = sender.try_as<UniformGrid>())
24 {
25 that->InvalidateMeasure();
26 }
27 }
28
29 wf::Size UniformGrid::MeasureOverride(const wf::Size &availableSize)
30 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected