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