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