| 47 | } |
| 48 | |
| 49 | static void SetAutoLayout(const wux::FrameworkElement &element, const wf::IReference<bool> &value) |
| 50 | { |
| 51 | if (element) |
| 52 | { |
| 53 | element.SetValue(m_AutoLayoutProperty, value); |
| 54 | } |
| 55 | } |
| 56 | |
| 57 | private: |
| 58 | static wf::IReference<bool> GetAutoLayout(const wuxc::RowDefinition &element) |
nothing calls this directly
no outgoing calls
no test coverage detected