12 references to PointCollection
PresentationCore (9)
System\Windows\Media\Generated\PointCollection.cs (3)
441
PointCollection collection = new
PointCollection
();
533
return new
PointCollection
();
728
PointCollection resource = new
PointCollection
();
System\Windows\Media\Generated\PolyBezierSegmentFigureLogic.cs (1)
88
PointCollection copy = new
PointCollection
();
System\Windows\Media\Generated\PolyLineSegmentFigureLogic.cs (1)
88
PointCollection copy = new
PointCollection
();
System\Windows\Media\Generated\PolyQuadraticBezierSegmentFigureLogic.cs (1)
88
PointCollection copy = new
PointCollection
();
System\Windows\Media\PathGeometry.cs (2)
489
PointCollection ptCollection = new
PointCollection
();
520
PointCollection ptCollection = new
PointCollection
();
System\Windows\Media\PathStreamGeometryContext.cs (1)
362
_currentSegmentPoints = new
PointCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7727
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.
PointCollection
(); };
System\Windows\Markup\KnownTypes.cs (1)
1465
case KnownElements.PointCollection: o = new System.Windows.Media.
PointCollection
(); break;
ReachFramework (1)
Serialization\DrawingContextFlattener.cs (1)
846
PointCollection rslt = new
PointCollection
();