2 instantiations of UniformGrid
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12005
DefaultConstructor = delegate () { return new System.Windows.Controls.Primitives.
UniformGrid
(); },
System\Windows\Markup\KnownTypes.cs (1)
1628
case KnownElements.UniformGrid: o = new System.Windows.Controls.Primitives.
UniformGrid
(); break;
9 references to UniformGrid
PresentationFramework (9)
System\Windows\Controls\Primitives\UniformGrid.cs (3)
67
typeof(
UniformGrid
),
97
typeof(
UniformGrid
),
127
typeof(
UniformGrid
),
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
796
case 703: t = () => typeof(
UniformGrid
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
6531
Type type = typeof(System.Windows.Controls.Primitives.
UniformGrid
);
6533
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
UniformGrid
)), // DeclaringType
6540
GetDelegate = delegate (object target) { return ((System.Windows.Controls.Primitives.
UniformGrid
)target).Children; },
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
12002
typeof(System.Windows.Controls.Primitives.
UniformGrid
),
System\Windows\Markup\KnownTypes.cs (1)
6250
case KnownElements.UniformGrid: t = typeof(System.Windows.Controls.Primitives.
UniformGrid
); break;