15 instantiations of PathFigureCollection
PresentationCore (13)
System\Windows\Media\EllipseGeometry.cs (1)
282PathFigureCollection figureCollection = new PathFigureCollection();
System\Windows\Media\Generated\PathFigureCollection.cs (2)
478PathFigureCollection collection = new PathFigureCollection(); 592return new PathFigureCollection();
System\Windows\Media\GeometryGroup.cs (1)
79PathFigureCollection result = new PathFigureCollection();
System\Windows\Media\LineGeometry.cs (1)
233PathFigureCollection collection = new PathFigureCollection();
System\Windows\Media\PathGeometry.cs (4)
352result = new PathFigureCollection(); 358result = new PathFigureCollection(); 393figures = Figures = new PathFigureCollection(); 415_figures = new PathFigureCollection();
System\Windows\Media\PathStreamGeometryContext.cs (2)
86_figures = new PathFigureCollection(figureCount); 132_figures = new PathFigureCollection();
System\Windows\Media\RectangleGeometry.cs (2)
341PathFigureCollection collection = new PathFigureCollection(); 361PathFigureCollection collection = new PathFigureCollection();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7375bamlType.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)
239internal override PathFigureCollection GetTransformedFigureCollection(Transform transform)
System\Windows\Media\Converters\Generated\PathFigureCollectionValueSerializer.cs (7)
63if (!(value is PathFigureCollection)) 68PathFigureCollection instance = (PathFigureCollection) value; 81return PathFigureCollection.Parse(value ); 94if (value is PathFigureCollection) 96PathFigureCollection instance = (PathFigureCollection) value;
System\Windows\Media\EllipseGeometry.cs (2)
268internal override PathFigureCollection GetTransformedFigureCollection(Transform transform) 282PathFigureCollection figureCollection = new PathFigureCollection();
System\Windows\Media\Generated\PathFigureCollection.cs (18)
65public new PathFigureCollection Clone() 67return (PathFigureCollection)base.Clone(); 74public new PathFigureCollection CloneCurrentValue() 76return (PathFigureCollection)base.CloneCurrentValue(); 472internal static PathFigureCollection Empty 478PathFigureCollection collection = new PathFigureCollection(); 569private static PathFigureCollection s_empty; 599PathFigureCollection sourcePathFigureCollection = (PathFigureCollection) source; 619PathFigureCollection sourcePathFigureCollection = (PathFigureCollection) source; 639PathFigureCollection sourcePathFigureCollection = (PathFigureCollection) source; 659PathFigureCollection sourcePathFigureCollection = (PathFigureCollection) source; 804public static PathFigureCollection Parse(string source) 850internal Enumerator(PathFigureCollection list) 960private PathFigureCollection _list;
System\Windows\Media\Generated\PathFigureCollectionConverter.cs (7)
81if (!(context.Instance is PathFigureCollection)) 86PathFigureCollection value = (PathFigureCollection)context.Instance; 122return PathFigureCollection.Parse(source); 144if (destinationType != null && value is PathFigureCollection) 146PathFigureCollection instance = (PathFigureCollection)value;
System\Windows\Media\Generated\PathGeometry.cs (6)
125public PathFigureCollection Figures 129return (PathFigureCollection) GetValue(FiguresProperty); 278internal static PathFigureCollection s_Figures = PathFigureCollection.Empty; 316typeof(PathFigureCollection), 318new FreezableDefaultValueFactory(PathFigureCollection.Empty),
System\Windows\Media\Geometry.cs (2)
905internal PathFigureCollection GetPathFigureCollection() 934internal abstract PathFigureCollection GetTransformedFigureCollection(Transform transform);
System\Windows\Media\GeometryGroup.cs (3)
74internal override PathFigureCollection GetTransformedFigureCollection(Transform transform) 79PathFigureCollection result = new PathFigureCollection(); 86PathFigureCollection pathFigures = children.Internal_GetItem(i).GetTransformedFigureCollection(combined);
System\Windows\Media\LineGeometry.cs (2)
205internal override PathFigureCollection GetTransformedFigureCollection(Transform transform) 233PathFigureCollection collection = new PathFigureCollection();
System\Windows\Media\Parsers.cs (1)
316internal static PathFigureCollection ParsePathFigureCollection(
System\Windows\Media\PathGeometry.cs (12)
338internal override PathFigureCollection GetTransformedFigureCollection(Transform transform) 344PathFigureCollection result; 359PathFigureCollection figures = Figures; 386PathFigureCollection figureCollection = geometry.GetPathFigureCollection(); 389PathFigureCollection figures = Figures; 421internal PathFigureCollection Figures 567internal PathFigureCollection _figures; 688PathFigureCollection figures = Figures; 898PathFigureCollection figures = Figures; 909PathFigureCollection figures = Figures; 945PathFigureCollection figures = Figures; 987PathFigureCollection figures = Figures;
System\Windows\Media\PathStreamGeometryContext.cs (1)
469private PathFigureCollection _figures;
System\Windows\Media\RectangleGeometry.cs (3)
314internal override PathFigureCollection GetTransformedFigureCollection(Transform transform) 341PathFigureCollection collection = new PathFigureCollection(); 361PathFigureCollection collection = new PathFigureCollection();
System\Windows\Media\StreamGeometry.cs (1)
308internal override PathFigureCollection GetTransformedFigureCollection(Transform transform)
PresentationFramework (5)
System\Windows\Documents\FixedSOMPageConstructor.cs (2)
943PathFigureCollection pathFigures = pathGeom.Figures; 961PathFigureCollection pathFigures = pathGeom.Figures;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
540case 444: t = () => typeof(PathFigureCollection); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7373typeof(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)
999private void WritePathFigureCollection(PathFigureCollection figures, bool forFill, bool forStroke) 1207PathFigureCollection figures = path.Figures; 1507private static bool IsPathFigureEmpty(PathFigureCollection figures, bool forFill, bool forStroke)