15 instantiations of PathFigureCollection
PresentationCore (13)
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 (2)
68_figures = new PathFigureCollection(figureCount); 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;
72 references to PathFigureCollection
PresentationCore (64)
System\Windows\Media\CombinedGeometry.cs (1)
219internal override PathFigureCollection GetTransformedFigureCollection(Transform transform)
System\Windows\Media\Converters\Generated\PathFigureCollectionValueSerializer.cs (5)
47if (!(value is PathFigureCollection)) 52PathFigureCollection instance = (PathFigureCollection) value; 64return PathFigureCollection.Parse(value ); 77if (value is PathFigureCollection instance)
System\Windows\Media\EllipseGeometry.cs (2)
250internal override PathFigureCollection GetTransformedFigureCollection(Transform transform) 264PathFigureCollection figureCollection = new PathFigureCollection();
System\Windows\Media\Generated\PathFigureCollection.cs (18)
46public new PathFigureCollection Clone() 48return (PathFigureCollection)base.Clone(); 55public new PathFigureCollection CloneCurrentValue() 57return (PathFigureCollection)base.CloneCurrentValue(); 456internal static PathFigureCollection Empty 462PathFigureCollection collection = new PathFigureCollection(); 553private static PathFigureCollection s_empty; 583PathFigureCollection sourcePathFigureCollection = (PathFigureCollection) source; 605PathFigureCollection sourcePathFigureCollection = (PathFigureCollection) source; 627PathFigureCollection sourcePathFigureCollection = (PathFigureCollection) source; 649PathFigureCollection sourcePathFigureCollection = (PathFigureCollection) source; 796public static PathFigureCollection Parse(string source) 842internal Enumerator(PathFigureCollection list) 953private PathFigureCollection _list;
System\Windows\Media\Generated\PathFigureCollectionConverter.cs (7)
65if (!(context.Instance is PathFigureCollection)) 70PathFigureCollection value = (PathFigureCollection)context.Instance; 104return PathFigureCollection.Parse(source); 126if (destinationType != null && value is PathFigureCollection) 128PathFigureCollection instance = (PathFigureCollection)value;
System\Windows\Media\Generated\PathGeometry.cs (6)
108public PathFigureCollection Figures 112return (PathFigureCollection) GetValue(FiguresProperty); 266internal static PathFigureCollection s_Figures = PathFigureCollection.Empty; 303typeof(PathFigureCollection), 305new FreezableDefaultValueFactory(PathFigureCollection.Empty),
System\Windows\Media\Geometry.cs (2)
883internal PathFigureCollection GetPathFigureCollection() 912internal abstract PathFigureCollection GetTransformedFigureCollection(Transform transform);
System\Windows\Media\GeometryGroup.cs (3)
56internal override PathFigureCollection GetTransformedFigureCollection(Transform transform) 61PathFigureCollection result = new PathFigureCollection(); 68PathFigureCollection pathFigures = children.Internal_GetItem(i).GetTransformedFigureCollection(combined);
System\Windows\Media\LineGeometry.cs (2)
187internal override PathFigureCollection GetTransformedFigureCollection(Transform transform) 215PathFigureCollection collection = new PathFigureCollection();
System\Windows\Media\Parsers.cs (1)
301internal static PathFigureCollection ParsePathFigureCollection(
System\Windows\Media\PathGeometry.cs (12)
313internal override PathFigureCollection GetTransformedFigureCollection(Transform transform) 319PathFigureCollection result; 334PathFigureCollection figures = Figures; 361PathFigureCollection figureCollection = geometry.GetPathFigureCollection(); 364PathFigureCollection figures = Figures; 396internal PathFigureCollection Figures 543internal PathFigureCollection _figures; 664PathFigureCollection figures = Figures; 868PathFigureCollection figures = Figures; 879PathFigureCollection figures = Figures; 915PathFigureCollection figures = Figures; 959PathFigureCollection figures = Figures;
System\Windows\Media\PathStreamGeometryContext.cs (1)
464private PathFigureCollection _figures;
System\Windows\Media\RectangleGeometry.cs (3)
298internal override PathFigureCollection GetTransformedFigureCollection(Transform transform) 325PathFigureCollection collection = new PathFigureCollection(); 345PathFigureCollection collection = new PathFigureCollection();
System\Windows\Media\StreamGeometry.cs (1)
286internal override PathFigureCollection GetTransformedFigureCollection(Transform transform)
PresentationFramework (5)
System\Windows\Documents\FixedSOMPageConstructor.cs (2)
939PathFigureCollection pathFigures = pathGeom.Figures; 957PathFigureCollection pathFigures = pathGeom.Figures;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
537case 444: t = () => typeof(PathFigureCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8114typeof(System.Windows.Media.PathFigureCollection),
System\Windows\Markup\KnownTypes.cs (1)
5991case 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)