2 instantiations of Polygon
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8670DefaultConstructor = delegate () { return new System.Windows.Shapes.Polygon(); },
System\Windows\Markup\KnownTypes.cs (1)
1467case KnownElements.Polygon: o = new System.Windows.Shapes.Polygon(); break;
5 references to Polygon
PresentationFramework (5)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
576case 483: t = () => typeof(Polygon); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8667typeof(System.Windows.Shapes.Polygon),
System\Windows\Markup\KnownTypes.cs (1)
6030case KnownElements.Polygon: t = typeof(System.Windows.Shapes.Polygon); break;
System\Windows\Shapes\Polygon.cs (2)
40"Points", typeof(PointCollection), typeof(Polygon), 64typeof(Polygon),