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