2 instantiations of UniformGrid
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12006DefaultConstructor = delegate () { return new System.Windows.Controls.Primitives.UniformGrid(); },
System\Windows\Markup\KnownTypes.cs (1)
1629case KnownElements.UniformGrid: o = new System.Windows.Controls.Primitives.UniformGrid(); break;
9 references to UniformGrid
PresentationFramework (9)
System\Windows\Controls\Primitives\UniformGrid.cs (3)
68typeof(UniformGrid), 98typeof(UniformGrid), 128typeof(UniformGrid),
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
797case 703: t = () => typeof(UniformGrid); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
6532Type type = typeof(System.Windows.Controls.Primitives.UniformGrid); 6534this.GetXamlType(typeof(System.Windows.Controls.Primitives.UniformGrid)), // DeclaringType 6541GetDelegate = delegate (object target) { return ((System.Windows.Controls.Primitives.UniformGrid)target).Children; },
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12003typeof(System.Windows.Controls.Primitives.UniformGrid),
System\Windows\Markup\KnownTypes.cs (1)
6251case KnownElements.UniformGrid: t = typeof(System.Windows.Controls.Primitives.UniformGrid); break;