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