2 references to UniformGrid
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10811
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.Primitives.
UniformGrid
(); };
System\Windows\Markup\KnownTypes.cs (1)
1635
case KnownElements.UniformGrid: o = new System.Windows.Controls.Primitives.
UniformGrid
(); break;