15 instantiations of PathFigureCollection
PresentationCore (13)
Core\CSharp\System\Windows\Media\EllipseGeometry.cs (1)
299
PathFigureCollection figureCollection = new
PathFigureCollection
();
Core\CSharp\System\Windows\Media\Generated\PathFigureCollection.cs (2)
494
PathFigureCollection collection = new
PathFigureCollection
();
611
return new
PathFigureCollection
();
Core\CSharp\System\Windows\Media\GeometryGroup.cs (1)
83
PathFigureCollection result = new
PathFigureCollection
();
Core\CSharp\System\Windows\Media\LineGeometry.cs (1)
250
PathFigureCollection collection = new
PathFigureCollection
();
Core\CSharp\System\Windows\Media\PathGeometry.cs (4)
369
result = new
PathFigureCollection
();
375
result = new
PathFigureCollection
();
413
figures = Figures = new
PathFigureCollection
();
435
_figures = new
PathFigureCollection
();
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (2)
89
_figures = new
PathFigureCollection
(figureCount);
135
_figures = new
PathFigureCollection
();
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (2)
356
PathFigureCollection collection = new
PathFigureCollection
();
376
PathFigureCollection collection = new
PathFigureCollection
();
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7371
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.
PathFigureCollection
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1443
case KnownElements.PathFigureCollection: o = new System.Windows.Media.
PathFigureCollection
(); break;
71 references to PathFigureCollection
PresentationCore (66)
Core\CSharp\System\Windows\Media\CombinedGeometry.cs (1)
240
internal override
PathFigureCollection
GetTransformedFigureCollection(Transform transform)
Core\CSharp\System\Windows\Media\Converters\Generated\PathFigureCollectionValueSerializer.cs (7)
66
if (!(value is
PathFigureCollection
))
71
PathFigureCollection
instance = (
PathFigureCollection
) value;
86
return
PathFigureCollection
.Parse(value );
100
if (value is
PathFigureCollection
)
102
PathFigureCollection
instance = (
PathFigureCollection
) value;
Core\CSharp\System\Windows\Media\EllipseGeometry.cs (2)
285
internal override
PathFigureCollection
GetTransformedFigureCollection(Transform transform)
299
PathFigureCollection
figureCollection = new PathFigureCollection();
Core\CSharp\System\Windows\Media\Generated\PathFigureCollection.cs (18)
68
public new
PathFigureCollection
Clone()
70
return (
PathFigureCollection
)base.Clone();
77
public new
PathFigureCollection
CloneCurrentValue()
79
return (
PathFigureCollection
)base.CloneCurrentValue();
488
internal static
PathFigureCollection
Empty
494
PathFigureCollection
collection = new PathFigureCollection();
588
private static
PathFigureCollection
s_empty;
618
PathFigureCollection
sourcePathFigureCollection = (
PathFigureCollection
) source;
640
PathFigureCollection
sourcePathFigureCollection = (
PathFigureCollection
) source;
662
PathFigureCollection
sourcePathFigureCollection = (
PathFigureCollection
) source;
684
PathFigureCollection
sourcePathFigureCollection = (
PathFigureCollection
) source;
832
public static
PathFigureCollection
Parse(string source)
878
internal Enumerator(
PathFigureCollection
list)
989
private
PathFigureCollection
_list;
Core\CSharp\System\Windows\Media\Generated\PathFigureCollectionConverter.cs (7)
84
if (!(context.Instance is
PathFigureCollection
))
89
PathFigureCollection
value = (
PathFigureCollection
)context.Instance;
125
return
PathFigureCollection
.Parse(source);
147
if (destinationType != null && value is
PathFigureCollection
)
149
PathFigureCollection
instance = (
PathFigureCollection
)value;
Core\CSharp\System\Windows\Media\Generated\PathGeometry.cs (6)
132
public
PathFigureCollection
Figures
136
return (
PathFigureCollection
) GetValue(FiguresProperty);
296
internal static
PathFigureCollection
s_Figures =
PathFigureCollection
.Empty;
334
typeof(
PathFigureCollection
),
336
new FreezableDefaultValueFactory(
PathFigureCollection
.Empty),
Core\CSharp\System\Windows\Media\Geometry.cs (2)
951
internal
PathFigureCollection
GetPathFigureCollection()
980
internal abstract
PathFigureCollection
GetTransformedFigureCollection(Transform transform);
Core\CSharp\System\Windows\Media\GeometryGroup.cs (3)
78
internal override
PathFigureCollection
GetTransformedFigureCollection(Transform transform)
83
PathFigureCollection
result = new PathFigureCollection();
90
PathFigureCollection
pathFigures = children.Internal_GetItem(i).GetTransformedFigureCollection(combined);
Core\CSharp\System\Windows\Media\LineGeometry.cs (2)
222
internal override
PathFigureCollection
GetTransformedFigureCollection(Transform transform)
250
PathFigureCollection
collection = new PathFigureCollection();
Core\CSharp\System\Windows\Media\Parsers.cs (1)
319
internal static
PathFigureCollection
ParsePathFigureCollection(
Core\CSharp\System\Windows\Media\PathGeometry.cs (12)
355
internal override
PathFigureCollection
GetTransformedFigureCollection(Transform transform)
361
PathFigureCollection
result;
376
PathFigureCollection
figures = Figures;
406
PathFigureCollection
figureCollection = geometry.GetPathFigureCollection();
409
PathFigureCollection
figures = Figures;
441
internal
PathFigureCollection
Figures
591
internal
PathFigureCollection
_figures;
731
PathFigureCollection
figures = Figures;
952
PathFigureCollection
figures = Figures;
963
PathFigureCollection
figures = Figures;
999
PathFigureCollection
figures = Figures;
1041
PathFigureCollection
figures = Figures;
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
472
private
PathFigureCollection
_figures;
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (3)
329
internal override
PathFigureCollection
GetTransformedFigureCollection(Transform transform)
356
PathFigureCollection
collection = new PathFigureCollection();
376
PathFigureCollection
collection = new PathFigureCollection();
Core\CSharp\System\Windows\Media\StreamGeometry.cs (1)
344
internal override
PathFigureCollection
GetTransformedFigureCollection(Transform transform)
PresentationFramework (5)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (2)
952
PathFigureCollection
pathFigures = pathGeom.Figures;
970
PathFigureCollection
pathFigures = pathGeom.Figures;
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
536
case 444: t = () => typeof(
PathFigureCollection
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7369
typeof(System.Windows.Media.
PathFigureCollection
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5988
case KnownElements.PathFigureCollection: t = typeof(System.Windows.Media.
PathFigureCollection
); break;