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