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