2 instantiations of Polygon
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7860
bamlType.DefaultConstructor = delegate() { return new System.Windows.Shapes.
Polygon
(); };
System\Windows\Markup\KnownTypes.cs (1)
1474
case KnownElements.Polygon: o = new System.Windows.Shapes.
Polygon
(); break;
5 references to Polygon
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
579
case 483: t = () => typeof(
Polygon
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7858
typeof(System.Windows.Shapes.
Polygon
),
System\Windows\Markup\KnownTypes.cs (1)
6037
case KnownElements.Polygon: t = typeof(System.Windows.Shapes.
Polygon
); break;
System\Windows\Shapes\Polygon.cs (2)
48
"Points", typeof(PointCollection), typeof(
Polygon
),
72
typeof(
Polygon
),