14 references to PathFigureCollection
PresentationCore (12)
System\Windows\Media\EllipseGeometry.cs (1)
264
PathFigureCollection figureCollection = new
PathFigureCollection
();
System\Windows\Media\Generated\PathFigureCollection.cs (2)
462
PathFigureCollection collection = new
PathFigureCollection
();
576
return new
PathFigureCollection
();
System\Windows\Media\GeometryGroup.cs (1)
61
PathFigureCollection result = new
PathFigureCollection
();
System\Windows\Media\LineGeometry.cs (1)
215
PathFigureCollection collection = new
PathFigureCollection
();
System\Windows\Media\PathGeometry.cs (4)
327
result = new
PathFigureCollection
();
333
result = new
PathFigureCollection
();
368
figures = Figures = new
PathFigureCollection
();
390
_figures = new
PathFigureCollection
();
System\Windows\Media\PathStreamGeometryContext.cs (1)
114
_figures = new
PathFigureCollection
();
System\Windows\Media\RectangleGeometry.cs (2)
325
PathFigureCollection collection = new
PathFigureCollection
();
345
PathFigureCollection collection = new
PathFigureCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8117
DefaultConstructor = delegate () { return new System.Windows.Media.
PathFigureCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1435
case KnownElements.PathFigureCollection: o = new System.Windows.Media.
PathFigureCollection
(); break;