| 30 | wux::PropertyMetadata(box_value(0), OnDependencyPropertyChanged)); |
| 31 | |
| 32 | static wux::DependencyProperty AutoLayoutProperty() noexcept |
| 33 | { |
| 34 | return m_AutoLayoutProperty; |
| 35 | } |
| 36 | |
| 37 | static wf::IReference<bool> GetAutoLayout(const wux::FrameworkElement &element) |
| 38 | { |
nothing calls this directly
no outgoing calls
no test coverage detected