15 instantiations of PathFigureCollection
PresentationCore (13)
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 (2)
69_figures = new PathFigureCollection(figureCount); 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;
74 references to PathFigureCollection
PresentationCore (66)
System\Windows\Media\CombinedGeometry.cs (1)
220internal override PathFigureCollection GetTransformedFigureCollection(Transform transform)
System\Windows\Media\Converters\Generated\PathFigureCollectionValueSerializer.cs (7)
38if (!(value is PathFigureCollection)) 43PathFigureCollection instance = (PathFigureCollection) value; 56return PathFigureCollection.Parse(value ); 69if (value is PathFigureCollection) 71PathFigureCollection instance = (PathFigureCollection) value;
System\Windows\Media\EllipseGeometry.cs (2)
251internal override PathFigureCollection GetTransformedFigureCollection(Transform transform) 265PathFigureCollection figureCollection = new PathFigureCollection();
System\Windows\Media\Generated\PathFigureCollection.cs (18)
39public new PathFigureCollection Clone() 41return (PathFigureCollection)base.Clone(); 48public new PathFigureCollection CloneCurrentValue() 50return (PathFigureCollection)base.CloneCurrentValue(); 446internal static PathFigureCollection Empty 452PathFigureCollection collection = new PathFigureCollection(); 543private static PathFigureCollection s_empty; 573PathFigureCollection sourcePathFigureCollection = (PathFigureCollection) source; 593PathFigureCollection sourcePathFigureCollection = (PathFigureCollection) source; 613PathFigureCollection sourcePathFigureCollection = (PathFigureCollection) source; 633PathFigureCollection sourcePathFigureCollection = (PathFigureCollection) source; 778public static PathFigureCollection Parse(string source) 824internal Enumerator(PathFigureCollection list) 934private PathFigureCollection _list;
System\Windows\Media\Generated\PathFigureCollectionConverter.cs (7)
53if (!(context.Instance is PathFigureCollection)) 58PathFigureCollection value = (PathFigureCollection)context.Instance; 94return PathFigureCollection.Parse(source); 116if (destinationType != null && value is PathFigureCollection) 118PathFigureCollection instance = (PathFigureCollection)value;
System\Windows\Media\Generated\PathGeometry.cs (6)
99public PathFigureCollection Figures 103return (PathFigureCollection) GetValue(FiguresProperty); 252internal static PathFigureCollection s_Figures = PathFigureCollection.Empty; 290typeof(PathFigureCollection), 292new FreezableDefaultValueFactory(PathFigureCollection.Empty),
System\Windows\Media\Geometry.cs (2)
893internal PathFigureCollection GetPathFigureCollection() 922internal abstract PathFigureCollection GetTransformedFigureCollection(Transform transform);
System\Windows\Media\GeometryGroup.cs (3)
57internal override PathFigureCollection GetTransformedFigureCollection(Transform transform) 62PathFigureCollection result = new PathFigureCollection(); 69PathFigureCollection pathFigures = children.Internal_GetItem(i).GetTransformedFigureCollection(combined);
System\Windows\Media\LineGeometry.cs (2)
188internal override PathFigureCollection GetTransformedFigureCollection(Transform transform) 216PathFigureCollection collection = new PathFigureCollection();
System\Windows\Media\Parsers.cs (1)
302internal static PathFigureCollection ParsePathFigureCollection(
System\Windows\Media\PathGeometry.cs (12)
314internal override PathFigureCollection GetTransformedFigureCollection(Transform transform) 320PathFigureCollection result; 335PathFigureCollection figures = Figures; 362PathFigureCollection figureCollection = geometry.GetPathFigureCollection(); 365PathFigureCollection figures = Figures; 397internal PathFigureCollection Figures 543internal PathFigureCollection _figures; 664PathFigureCollection figures = Figures; 874PathFigureCollection figures = Figures; 885PathFigureCollection figures = Figures; 921PathFigureCollection figures = Figures; 963PathFigureCollection figures = Figures;
System\Windows\Media\PathStreamGeometryContext.cs (1)
452private PathFigureCollection _figures;
System\Windows\Media\RectangleGeometry.cs (3)
299internal override PathFigureCollection GetTransformedFigureCollection(Transform transform) 326PathFigureCollection collection = new PathFigureCollection(); 346PathFigureCollection collection = new PathFigureCollection();
System\Windows\Media\StreamGeometry.cs (1)
287internal override PathFigureCollection GetTransformedFigureCollection(Transform transform)
PresentationFramework (5)
System\Windows\Documents\FixedSOMPageConstructor.cs (2)
938PathFigureCollection pathFigures = pathGeom.Figures; 956PathFigureCollection pathFigures = pathGeom.Figures;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
538case 444: t = () => typeof(PathFigureCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7371typeof(System.Windows.Media.PathFigureCollection),
System\Windows\Markup\KnownTypes.cs (1)
5998case KnownElements.PathFigureCollection: t = typeof(System.Windows.Media.PathFigureCollection); break;
ReachFramework (3)
Serialization\VisualSerializer.cs (3)
991private void WritePathFigureCollection(PathFigureCollection figures, bool forFill, bool forStroke) 1199PathFigureCollection figures = path.Figures; 1499private static bool IsPathFigureEmpty(PathFigureCollection figures, bool forFill, bool forStroke)