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

Method GetAutoLayout

Xaml/Controls/UniformGrid.h:37–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 }
36
37 static wf::IReference<bool> GetAutoLayout(const wux::FrameworkElement &element)
38 {
39 if (element)
40 {
41 return element.GetValue(m_AutoLayoutProperty).as<wf::IReference<bool>>();
42 }
43 else
44 {
45 return nullptr;
46 }
47 }
48
49 static void SetAutoLayout(const wux::FrameworkElement &element, const wf::IReference<bool> &value)
50 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected