2 references to 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;