2 instantiations of Polygon
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8671
DefaultConstructor = delegate () { return new System.Windows.Shapes.
Polygon
(); },
System\Windows\Markup\KnownTypes.cs (1)
1468
case KnownElements.Polygon: o = new System.Windows.Shapes.
Polygon
(); break;
5 references to Polygon
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
577
case 483: t = () => typeof(
Polygon
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8668
typeof(System.Windows.Shapes.
Polygon
),
System\Windows\Markup\KnownTypes.cs (1)
6031
case KnownElements.Polygon: t = typeof(System.Windows.Shapes.
Polygon
); break;
System\Windows\Shapes\Polygon.cs (2)
41
"Points", typeof(PointCollection), typeof(
Polygon
),
65
typeof(
Polygon
),