19 instantiations of PointCollection
PresentationCore (16)
System\Windows\Media\Generated\PointCollection.cs (3)
427
PointCollection collection = new
PointCollection
();
519
return new
PointCollection
();
718
PointCollection resource = new
PointCollection
();
System\Windows\Media\Generated\PolyBezierSegmentFigureLogic.cs (3)
49
Points = new
PointCollection
(points);
60
Points = new
PointCollection
(points);
83
PointCollection copy = new
PointCollection
();
System\Windows\Media\Generated\PolyLineSegmentFigureLogic.cs (3)
49
Points = new
PointCollection
(points);
60
Points = new
PointCollection
(points);
83
PointCollection copy = new
PointCollection
();
System\Windows\Media\Generated\PolyQuadraticBezierSegmentFigureLogic.cs (3)
49
Points = new
PointCollection
(points);
60
Points = new
PointCollection
(points);
83
PointCollection copy = new
PointCollection
();
System\Windows\Media\PathGeometry.cs (2)
466
PointCollection ptCollection = new
PointCollection
();
497
PointCollection ptCollection = new
PointCollection
();
System\Windows\Media\PathStreamGeometryContext.cs (1)
346
_currentSegmentPoints = new
PointCollection
();
System\Windows\Media\PointCollection.cs (1)
27
PointCollection collection = new
PointCollection
( (int) count) ;
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8520
DefaultConstructor = delegate () { return new System.Windows.Media.
PointCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1459
case KnownElements.PointCollection: o = new System.Windows.Media.
PointCollection
(); break;
ReachFramework (1)
Serialization\DrawingContextFlattener.cs (1)
836
PointCollection rslt = new
PointCollection
();
95 references to PointCollection
PresentationCore (71)
MS\Internal\Media\XamlSerializationHelper.cs (2)
259
PointCollection
points =
PointCollection
.Parse( stringValue ) ;
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (1)
255
PointCollection
textureCoords = _geometry.TextureCoordinates;
System\Windows\Media\Converters\Generated\PointCollectionValueSerializer.cs (3)
48
if (!(value is
PointCollection
))
63
return
PointCollection
.Parse(value );
76
if (value is
PointCollection
instance)
System\Windows\Media\Generated\PointCollection.cs (19)
47
public new
PointCollection
Clone()
49
return (
PointCollection
)base.Clone();
56
public new
PointCollection
CloneCurrentValue()
58
return (
PointCollection
)base.CloneCurrentValue();
421
internal static
PointCollection
Empty
427
PointCollection
collection = new PointCollection();
496
private static
PointCollection
s_empty;
526
PointCollection
sourcePointCollection = (
PointCollection
) source;
545
PointCollection
sourcePointCollection = (
PointCollection
) source;
564
PointCollection
sourcePointCollection = (
PointCollection
) source;
583
PointCollection
sourcePointCollection = (
PointCollection
) source;
713
public static
PointCollection
Parse(string source)
718
PointCollection
resource = new PointCollection();
773
internal Enumerator(
PointCollection
list)
884
private
PointCollection
_list;
System\Windows\Media\Generated\PointCollectionConverter.cs (4)
92
return
PointCollection
.Parse(source);
114
if (destinationType != null && value is
PointCollection
)
116
PointCollection
instance = (
PointCollection
)value;
System\Windows\Media\Generated\PolyBezierSegment.cs (6)
77
public
PointCollection
Points
81
return (
PointCollection
) GetValue(PointsProperty);
184
internal static
PointCollection
s_Points =
PointCollection
.Empty;
212
typeof(
PointCollection
),
214
new FreezableDefaultValueFactory(
PointCollection
.Empty),
System\Windows\Media\Generated\PolyBezierSegmentFigureLogic.cs (2)
73
PointCollection
points = Points;
83
PointCollection
copy = new PointCollection();
System\Windows\Media\Generated\PolyLineSegment.cs (6)
77
public
PointCollection
Points
81
return (
PointCollection
) GetValue(PointsProperty);
184
internal static
PointCollection
s_Points =
PointCollection
.Empty;
212
typeof(
PointCollection
),
214
new FreezableDefaultValueFactory(
PointCollection
.Empty),
System\Windows\Media\Generated\PolyLineSegmentFigureLogic.cs (2)
73
PointCollection
points = Points;
83
PointCollection
copy = new PointCollection();
System\Windows\Media\Generated\PolyQuadraticBezierSegment.cs (6)
77
public
PointCollection
Points
81
return (
PointCollection
) GetValue(PointsProperty);
184
internal static
PointCollection
s_Points =
PointCollection
.Empty;
212
typeof(
PointCollection
),
214
new FreezableDefaultValueFactory(
PointCollection
.Empty),
System\Windows\Media\Generated\PolyQuadraticBezierSegmentFigureLogic.cs (2)
73
PointCollection
points = Points;
83
PointCollection
copy = new PointCollection();
System\Windows\Media\PathGeometry.cs (2)
466
PointCollection
ptCollection = new PointCollection();
497
PointCollection
ptCollection = new PointCollection();
System\Windows\Media\PathStreamGeometryContext.cs (1)
471
private
PointCollection
_currentSegmentPoints;
System\Windows\Media\PointCollection.cs (1)
27
PointCollection
collection = new PointCollection( (int) count) ;
System\Windows\Media3D\GeneralTransform2DTo3D.cs (1)
180
private
PointCollection
_textureCoords;
System\Windows\Media3D\Generated\MeshGeometry3D.cs (7)
148
public
PointCollection
TextureCoordinates
152
return (
PointCollection
) GetValue(TextureCoordinatesProperty);
218
PointCollection
vTextureCoordinates = TextureCoordinates;
412
internal static
PointCollection
s_TextureCoordinates =
PointCollection
.Empty;
471
typeof(
PointCollection
),
473
new FreezableDefaultValueFactory(
PointCollection
.Empty),
System\Windows\Media3D\MeshGeometry3D.cs (1)
116
PointCollection
tx = TextureCoordinates;
System\Windows\Media3D\Viewport2DVisual3D.cs (5)
42
PointCollection
textureCoords,
188
PointCollection
textureCoordinates = geom.TextureCoordinates;
600
internal
PointCollection
InternalTextureCoordinatesCache
614
_textureCoordinatesCache = (
PointCollection
)_textureCoordinatesCache.GetCurrentValueAsFrozen();
929
private
PointCollection
_textureCoordinatesCache = null;
PresentationFramework (19)
System\Windows\Documents\FixedSOMPageConstructor.cs (3)
984
PointCollection
points = (pathSegment as PolyBezierSegment).Points;
989
PointCollection
points = (pathSegment as PolyLineSegment).Points;
998
PointCollection
points = (pathSegment as PolyQuadraticBezierSegment).Points;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
566
case 472: t = () => typeof(
PointCollection
); break;
System\Windows\Markup\Baml2006\DeferredBinaryDeserializerExtension.cs (1)
45
return
PointCollection
.DeserializeFrom(_reader);
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8517
typeof(System.Windows.Media.
PointCollection
),
System\Windows\Markup\KnownTypes.cs (1)
6020
case KnownElements.PointCollection: t = typeof(System.Windows.Media.
PointCollection
); break;
System\Windows\Markup\XamlPointCollectionSerializer.cs (2)
78
return
PointCollection
.DeserializeFrom( reader ) ;
91
return
PointCollection
.DeserializeFrom( reader ) ;
System\Windows\Shapes\Polygon.cs (5)
41
"Points", typeof(
PointCollection
), typeof(Polygon),
42
new FrameworkPropertyMetadata(new FreezableDefaultValueFactory(
PointCollection
.Empty), FrameworkPropertyMetadataOptions.AffectsMeasure | FrameworkPropertyMetadataOptions.AffectsRender));
47
public
PointCollection
Points
51
return (
PointCollection
)GetValue(PointsProperty);
107
PointCollection
pointCollection = Points;
System\Windows\Shapes\Polyline.cs (5)
40
"Points", typeof(
PointCollection
), typeof(Polyline),
41
new FrameworkPropertyMetadata(new FreezableDefaultValueFactory(
PointCollection
.Empty), FrameworkPropertyMetadataOptions.AffectsMeasure | FrameworkPropertyMetadataOptions.AffectsRender));
46
public
PointCollection
Points
50
return (
PointCollection
)GetValue(PointsProperty);
107
PointCollection
pointCollection = Points;
ReachFramework (5)
Serialization\DrawingContextFlattener.cs (2)
703
public static
PointCollection
ArcToBezier(
836
PointCollection
rslt = new PointCollection();
Serialization\VisualSerializer.cs (3)
150
protected int AppendPoints(StringBuilder builder,
PointCollection
pc, Matrix mat)
199
PointCollection
pc = obj as
PointCollection
;