| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected