14 references to PathFigureCollection
PresentationCore (12)
Core\CSharp\System\Windows\Media\EllipseGeometry.cs (1)
299PathFigureCollection figureCollection = new PathFigureCollection();
Core\CSharp\System\Windows\Media\Generated\PathFigureCollection.cs (2)
494PathFigureCollection collection = new PathFigureCollection(); 611return new PathFigureCollection();
Core\CSharp\System\Windows\Media\GeometryGroup.cs (1)
83PathFigureCollection result = new PathFigureCollection();
Core\CSharp\System\Windows\Media\LineGeometry.cs (1)
250PathFigureCollection collection = new PathFigureCollection();
Core\CSharp\System\Windows\Media\PathGeometry.cs (4)
369result = new PathFigureCollection(); 375result = new PathFigureCollection(); 413figures = Figures = new PathFigureCollection(); 435_figures = new PathFigureCollection();
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
135_figures = new PathFigureCollection();
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (2)
356PathFigureCollection collection = new PathFigureCollection(); 376PathFigureCollection collection = new PathFigureCollection();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7371bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.PathFigureCollection(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1443case KnownElements.PathFigureCollection: o = new System.Windows.Media.PathFigureCollection(); break;