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