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)
7373
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)
220
internal override
PathFigureCollection
GetTransformedFigureCollection(Transform transform)
System\Windows\Media\Converters\Generated\PathFigureCollectionValueSerializer.cs (7)
38
if (!(value is
PathFigureCollection
))
43
PathFigureCollection
instance = (
PathFigureCollection
) value;
56
return
PathFigureCollection
.Parse(value );
69
if (value is
PathFigureCollection
)
71
PathFigureCollection
instance = (
PathFigureCollection
) value;
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)
53
if (!(context.Instance is
PathFigureCollection
))
58
PathFigureCollection
value = (
PathFigureCollection
)context.Instance;
94
return
PathFigureCollection
.Parse(source);
116
if (destinationType != null && value is
PathFigureCollection
)
118
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)
893
internal
PathFigureCollection
GetPathFigureCollection()
922
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
543
internal
PathFigureCollection
_figures;
664
PathFigureCollection
figures = Figures;
874
PathFigureCollection
figures = Figures;
885
PathFigureCollection
figures = Figures;
921
PathFigureCollection
figures = Figures;
963
PathFigureCollection
figures = Figures;
System\Windows\Media\PathStreamGeometryContext.cs (1)
452
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)
938
PathFigureCollection
pathFigures = pathGeom.Figures;
956
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)
7371
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)
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)