2 instantiations of UniformGrid
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10807bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.Primitives.UniformGrid(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1636case KnownElements.UniformGrid: o = new System.Windows.Controls.Primitives.UniformGrid(); break;
9 references to UniformGrid
PresentationFramework (9)
src\Framework\System\Windows\Controls\Primitives\UniformGrid.cs (3)
84typeof(UniformGrid), 114typeof(UniformGrid), 144typeof(UniformGrid),
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
795case 703: t = () => typeof(UniformGrid); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
6056Type type = typeof(System.Windows.Controls.Primitives.UniformGrid); 6058this.GetXamlType(typeof(System.Windows.Controls.Primitives.UniformGrid)), // DeclaringType 6064bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Primitives.UniformGrid)target).Children; };
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10805typeof(System.Windows.Controls.Primitives.UniformGrid),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6247case KnownElements.UniformGrid: t = typeof(System.Windows.Controls.Primitives.UniformGrid); break;