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