2 instantiations of UniformGrid
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10807
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.Primitives.
UniformGrid
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1636
case KnownElements.UniformGrid: o = new System.Windows.Controls.Primitives.
UniformGrid
(); break;
9 references to UniformGrid
PresentationFramework (9)
src\Framework\System\Windows\Controls\Primitives\UniformGrid.cs (3)
84
typeof(
UniformGrid
),
114
typeof(
UniformGrid
),
144
typeof(
UniformGrid
),
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
795
case 703: t = () => typeof(
UniformGrid
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
6056
Type type = typeof(System.Windows.Controls.Primitives.
UniformGrid
);
6058
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
UniformGrid
)), // DeclaringType
6064
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Primitives.
UniformGrid
)target).Children; };
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10805
typeof(System.Windows.Controls.Primitives.
UniformGrid
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6247
case KnownElements.UniformGrid: t = typeof(System.Windows.Controls.Primitives.
UniformGrid
); break;