15 instantiations of PathFigureCollection
PresentationCore (13)
System\Windows\Media\EllipseGeometry.cs (1)
265
PathFigureCollection figureCollection = new
PathFigureCollection
();
System\Windows\Media\Generated\PathFigureCollection.cs (2)
452
PathFigureCollection collection = new
PathFigureCollection
();
566
return new
PathFigureCollection
();
System\Windows\Media\GeometryGroup.cs (1)
62
PathFigureCollection result = new
PathFigureCollection
();
System\Windows\Media\LineGeometry.cs (1)
216
PathFigureCollection collection = new
PathFigureCollection
();
System\Windows\Media\PathGeometry.cs (4)
328
result = new
PathFigureCollection
();
334
result = new
PathFigureCollection
();
369
figures = 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)
326
PathFigureCollection collection = new
PathFigureCollection
();
346
PathFigureCollection collection = new
PathFigureCollection
();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8118
DefaultConstructor = delegate () { return new System.Windows.Media.
PathFigureCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1436
case KnownElements.PathFigureCollection: o = new System.Windows.Media.
PathFigureCollection
(); break;
72 references to PathFigureCollection
PresentationCore (64)
System\Windows\Media\CombinedGeometry.cs (1)
220
internal override
PathFigureCollection
GetTransformedFigureCollection(Transform transform)
System\Windows\Media\Converters\Generated\PathFigureCollectionValueSerializer.cs (5)
36
if (!(value is
PathFigureCollection
))
41
PathFigureCollection
instance = (
PathFigureCollection
) value;
53
return
PathFigureCollection
.Parse(value );
66
if (value is
PathFigureCollection
instance)
System\Windows\Media\EllipseGeometry.cs (2)
251
internal override
PathFigureCollection
GetTransformedFigureCollection(Transform transform)
265
PathFigureCollection
figureCollection = new PathFigureCollection();
System\Windows\Media\Generated\PathFigureCollection.cs (18)
39
public new
PathFigureCollection
Clone()
41
return (
PathFigureCollection
)base.Clone();
48
public new
PathFigureCollection
CloneCurrentValue()
50
return (
PathFigureCollection
)base.CloneCurrentValue();
446
internal static
PathFigureCollection
Empty
452
PathFigureCollection
collection = new PathFigureCollection();
543
private static
PathFigureCollection
s_empty;
573
PathFigureCollection
sourcePathFigureCollection = (
PathFigureCollection
) source;
593
PathFigureCollection
sourcePathFigureCollection = (
PathFigureCollection
) source;
613
PathFigureCollection
sourcePathFigureCollection = (
PathFigureCollection
) source;
633
PathFigureCollection
sourcePathFigureCollection = (
PathFigureCollection
) source;
778
public static
PathFigureCollection
Parse(string source)
824
internal Enumerator(
PathFigureCollection
list)
934
private
PathFigureCollection
_list;
System\Windows\Media\Generated\PathFigureCollectionConverter.cs (7)
51
if (!(context.Instance is
PathFigureCollection
))
56
PathFigureCollection
value = (
PathFigureCollection
)context.Instance;
91
return
PathFigureCollection
.Parse(source);
113
if (destinationType != null && value is
PathFigureCollection
)
115
PathFigureCollection
instance = (
PathFigureCollection
)value;
System\Windows\Media\Generated\PathGeometry.cs (6)
99
public
PathFigureCollection
Figures
103
return (
PathFigureCollection
) GetValue(FiguresProperty);
252
internal static
PathFigureCollection
s_Figures =
PathFigureCollection
.Empty;
290
typeof(
PathFigureCollection
),
292
new FreezableDefaultValueFactory(
PathFigureCollection
.Empty),
System\Windows\Media\Geometry.cs (2)
884
internal
PathFigureCollection
GetPathFigureCollection()
913
internal abstract
PathFigureCollection
GetTransformedFigureCollection(Transform transform);
System\Windows\Media\GeometryGroup.cs (3)
57
internal override
PathFigureCollection
GetTransformedFigureCollection(Transform transform)
62
PathFigureCollection
result = new PathFigureCollection();
69
PathFigureCollection
pathFigures = children.Internal_GetItem(i).GetTransformedFigureCollection(combined);
System\Windows\Media\LineGeometry.cs (2)
188
internal override
PathFigureCollection
GetTransformedFigureCollection(Transform transform)
216
PathFigureCollection
collection = new PathFigureCollection();
System\Windows\Media\Parsers.cs (1)
302
internal static
PathFigureCollection
ParsePathFigureCollection(
System\Windows\Media\PathGeometry.cs (12)
314
internal override
PathFigureCollection
GetTransformedFigureCollection(Transform transform)
320
PathFigureCollection
result;
335
PathFigureCollection
figures = Figures;
362
PathFigureCollection
figureCollection = geometry.GetPathFigureCollection();
365
PathFigureCollection
figures = Figures;
397
internal
PathFigureCollection
Figures
544
internal
PathFigureCollection
_figures;
665
PathFigureCollection
figures = Figures;
869
PathFigureCollection
figures = Figures;
880
PathFigureCollection
figures = Figures;
916
PathFigureCollection
figures = Figures;
960
PathFigureCollection
figures = Figures;
System\Windows\Media\PathStreamGeometryContext.cs (1)
465
private
PathFigureCollection
_figures;
System\Windows\Media\RectangleGeometry.cs (3)
299
internal override
PathFigureCollection
GetTransformedFigureCollection(Transform transform)
326
PathFigureCollection
collection = new PathFigureCollection();
346
PathFigureCollection
collection = new PathFigureCollection();
System\Windows\Media\StreamGeometry.cs (1)
287
internal override
PathFigureCollection
GetTransformedFigureCollection(Transform transform)
PresentationFramework (5)
System\Windows\Documents\FixedSOMPageConstructor.cs (2)
940
PathFigureCollection
pathFigures = pathGeom.Figures;
958
PathFigureCollection
pathFigures = pathGeom.Figures;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
538
case 444: t = () => typeof(
PathFigureCollection
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8115
typeof(System.Windows.Media.
PathFigureCollection
),
System\Windows\Markup\KnownTypes.cs (1)
5992
case KnownElements.PathFigureCollection: t = typeof(System.Windows.Media.
PathFigureCollection
); break;
ReachFramework (3)
Serialization\VisualSerializer.cs (3)
992
private void WritePathFigureCollection(
PathFigureCollection
figures, bool forFill, bool forStroke)
1200
PathFigureCollection
figures = path.Figures;
1500
private static bool IsPathFigureEmpty(
PathFigureCollection
figures, bool forFill, bool forStroke)