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

Method SetAutoLayout

Xaml/Controls/UniformGrid.h:49–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected