15 instantiations of PathFigureCollection
PresentationCore (13)
System\Windows\Media\EllipseGeometry.cs (1)
265PathFigureCollection figureCollection = new PathFigureCollection();
System\Windows\Media\Generated\PathFigureCollection.cs (2)
463PathFigureCollection collection = new PathFigureCollection(); 577return 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)
8118DefaultConstructor = delegate () { return new System.Windows.Media.PathFigureCollection(); },
System\Windows\Markup\KnownTypes.cs (1)
1436case KnownElements.PathFigureCollection: o = new System.Windows.Media.PathFigureCollection(); break;
72 references to PathFigureCollection
PresentationCore (64)
System\Windows\Media\CombinedGeometry.cs (1)
220internal override PathFigureCollection GetTransformedFigureCollection(Transform transform)
System\Windows\Media\Converters\Generated\PathFigureCollectionValueSerializer.cs (5)
48if (!(value is PathFigureCollection)) 53PathFigureCollection instance = (PathFigureCollection) value; 65return PathFigureCollection.Parse(value ); 78if (value is PathFigureCollection instance)
System\Windows\Media\EllipseGeometry.cs (2)
251internal override PathFigureCollection GetTransformedFigureCollection(Transform transform) 265PathFigureCollection figureCollection = new PathFigureCollection();
System\Windows\Media\Generated\PathFigureCollection.cs (18)
47public new PathFigureCollection Clone() 49return (PathFigureCollection)base.Clone(); 56public new PathFigureCollection CloneCurrentValue() 58return (PathFigureCollection)base.CloneCurrentValue(); 457internal static PathFigureCollection Empty 463PathFigureCollection collection = new PathFigureCollection(); 554private static PathFigureCollection s_empty; 584PathFigureCollection sourcePathFigureCollection = (PathFigureCollection) source; 606PathFigureCollection sourcePathFigureCollection = (PathFigureCollection) source; 628PathFigureCollection sourcePathFigureCollection = (PathFigureCollection) source; 650PathFigureCollection sourcePathFigureCollection = (PathFigureCollection) source; 797public static PathFigureCollection Parse(string source) 843internal Enumerator(PathFigureCollection list) 954private PathFigureCollection _list;
System\Windows\Media\Generated\PathFigureCollectionConverter.cs (7)
66if (!(context.Instance is PathFigureCollection)) 71PathFigureCollection value = (PathFigureCollection)context.Instance; 105return PathFigureCollection.Parse(source); 127if (destinationType != null && value is PathFigureCollection) 129PathFigureCollection instance = (PathFigureCollection)value;
System\Windows\Media\Generated\PathGeometry.cs (6)
111public PathFigureCollection Figures 115return (PathFigureCollection) GetValue(FiguresProperty); 269internal static PathFigureCollection s_Figures = PathFigureCollection.Empty; 306typeof(PathFigureCollection), 308new FreezableDefaultValueFactory(PathFigureCollection.Empty),
System\Windows\Media\Geometry.cs (2)
884internal PathFigureCollection GetPathFigureCollection() 913internal 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 544internal PathFigureCollection _figures; 665PathFigureCollection figures = Figures; 869PathFigureCollection figures = Figures; 880PathFigureCollection figures = Figures; 916PathFigureCollection figures = Figures; 960PathFigureCollection figures = Figures;
System\Windows\Media\PathStreamGeometryContext.cs (1)
465private 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)
940PathFigureCollection pathFigures = pathGeom.Figures; 958PathFigureCollection pathFigures = pathGeom.Figures;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
538case 444: t = () => typeof(PathFigureCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8115typeof(System.Windows.Media.PathFigureCollection),
System\Windows\Markup\KnownTypes.cs (1)
5992case KnownElements.PathFigureCollection: t = typeof(System.Windows.Media.PathFigureCollection); break;
ReachFramework (3)
Serialization\VisualSerializer.cs (3)
992private void WritePathFigureCollection(PathFigureCollection figures, bool forFill, bool forStroke) 1200PathFigureCollection figures = path.Figures; 1500private static bool IsPathFigureEmpty(PathFigureCollection figures, bool forFill, bool forStroke)