2 instantiations of UniformGrid
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10811bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.Primitives.UniformGrid(); };
System\Windows\Markup\KnownTypes.cs (1)
1635case KnownElements.UniformGrid: o = new System.Windows.Controls.Primitives.UniformGrid(); break;
9 references to UniformGrid
PresentationFramework (9)
System\Windows\Controls\Primitives\UniformGrid.cs (3)
76typeof(UniformGrid), 106typeof(UniformGrid), 136typeof(UniformGrid),
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
799case 703: t = () => typeof(UniformGrid); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
6098Type type = typeof(System.Windows.Controls.Primitives.UniformGrid); 6100this.GetXamlType(typeof(System.Windows.Controls.Primitives.UniformGrid)), // DeclaringType 6106bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Primitives.UniformGrid)target).Children; };
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10809typeof(System.Windows.Controls.Primitives.UniformGrid),
System\Windows\Markup\KnownTypes.cs (1)
6257case KnownElements.UniformGrid: t = typeof(System.Windows.Controls.Primitives.UniformGrid); break;