14 references to PathFigureCollection
PresentationCore (12)
System\Windows\Media\EllipseGeometry.cs (1)
265
PathFigureCollection figureCollection = new
PathFigureCollection
();
System\Windows\Media\Generated\PathFigureCollection.cs (2)
452
PathFigureCollection collection = new
PathFigureCollection
();
566
return new
PathFigureCollection
();
System\Windows\Media\GeometryGroup.cs (1)
62
PathFigureCollection result = new
PathFigureCollection
();
System\Windows\Media\LineGeometry.cs (1)
216
PathFigureCollection collection = new
PathFigureCollection
();
System\Windows\Media\PathGeometry.cs (4)
328
result = new
PathFigureCollection
();
334
result = new
PathFigureCollection
();
369
figures = Figures = new
PathFigureCollection
();
391
_figures = new
PathFigureCollection
();
System\Windows\Media\PathStreamGeometryContext.cs (1)
115
_figures = new
PathFigureCollection
();
System\Windows\Media\RectangleGeometry.cs (2)
326
PathFigureCollection collection = new
PathFigureCollection
();
346
PathFigureCollection collection = new
PathFigureCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8118
DefaultConstructor = delegate () { return new System.Windows.Media.
PathFigureCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1436
case KnownElements.PathFigureCollection: o = new System.Windows.Media.
PathFigureCollection
(); break;