2 instantiations of Polygon
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7858
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)
577
case 483: t = () => typeof(
Polygon
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7856
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)
41
"Points", typeof(PointCollection), typeof(
Polygon
),
65
typeof(
Polygon
),