19 instantiations of PointCollection
PresentationCore (16)
System\Windows\Media\Generated\PointCollection.cs (3)
441
PointCollection collection = new
PointCollection
();
533
return new
PointCollection
();
728
PointCollection resource = new
PointCollection
();
System\Windows\Media\Generated\PolyBezierSegmentFigureLogic.cs (3)
54
Points = new
PointCollection
(points);
65
Points = new
PointCollection
(points);
88
PointCollection copy = new
PointCollection
();
System\Windows\Media\Generated\PolyLineSegmentFigureLogic.cs (3)
54
Points = new
PointCollection
(points);
65
Points = new
PointCollection
(points);
88
PointCollection copy = new
PointCollection
();
System\Windows\Media\Generated\PolyQuadraticBezierSegmentFigureLogic.cs (3)
54
Points = new
PointCollection
(points);
65
Points = new
PointCollection
(points);
88
PointCollection copy = new
PointCollection
();
System\Windows\Media\PathGeometry.cs (2)
489
PointCollection ptCollection = new
PointCollection
();
520
PointCollection ptCollection = new
PointCollection
();
System\Windows\Media\PathStreamGeometryContext.cs (1)
362
_currentSegmentPoints = new
PointCollection
();
System\Windows\Media\PointCollection.cs (1)
30
PointCollection collection = new
PointCollection
( (int) count) ;
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7727
bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.
PointCollection
(); };
System\Windows\Markup\KnownTypes.cs (1)
1465
case KnownElements.PointCollection: o = new System.Windows.Media.
PointCollection
(); break;
ReachFramework (1)
Serialization\DrawingContextFlattener.cs (1)
846
PointCollection rslt = new
PointCollection
();
97 references to PointCollection
PresentationCore (73)
MS\Internal\Media\XamlSerializationHelper.cs (2)
261
PointCollection
points =
PointCollection
.Parse( stringValue ) ;
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (1)
275
PointCollection
textureCoords = _geometry.TextureCoordinates;
System\Windows\Media\Converters\Generated\PointCollectionValueSerializer.cs (5)
63
if (!(value is
PointCollection
))
78
return
PointCollection
.Parse(value );
91
if (value is
PointCollection
)
93
PointCollection
instance = (
PointCollection
) value;
System\Windows\Media\Generated\PointCollection.cs (19)
65
public new
PointCollection
Clone()
67
return (
PointCollection
)base.Clone();
74
public new
PointCollection
CloneCurrentValue()
76
return (
PointCollection
)base.CloneCurrentValue();
435
internal static
PointCollection
Empty
441
PointCollection
collection = new PointCollection();
510
private static
PointCollection
s_empty;
540
PointCollection
sourcePointCollection = (
PointCollection
) source;
558
PointCollection
sourcePointCollection = (
PointCollection
) source;
576
PointCollection
sourcePointCollection = (
PointCollection
) source;
594
PointCollection
sourcePointCollection = (
PointCollection
) source;
723
public static
PointCollection
Parse(string source)
728
PointCollection
resource = new PointCollection();
783
internal Enumerator(
PointCollection
list)
893
private
PointCollection
_list;
System\Windows\Media\Generated\PointCollectionConverter.cs (4)
108
return
PointCollection
.Parse(source);
130
if (destinationType != null && value is
PointCollection
)
132
PointCollection
instance = (
PointCollection
)value;
System\Windows\Media\Generated\PolyBezierSegment.cs (6)
92
public
PointCollection
Points
96
return (
PointCollection
) GetValue(PointsProperty);
199
internal static
PointCollection
s_Points =
PointCollection
.Empty;
228
typeof(
PointCollection
),
230
new FreezableDefaultValueFactory(
PointCollection
.Empty),
System\Windows\Media\Generated\PolyBezierSegmentFigureLogic.cs (2)
78
PointCollection
points = Points;
88
PointCollection
copy = new PointCollection();
System\Windows\Media\Generated\PolyLineSegment.cs (6)
92
public
PointCollection
Points
96
return (
PointCollection
) GetValue(PointsProperty);
199
internal static
PointCollection
s_Points =
PointCollection
.Empty;
228
typeof(
PointCollection
),
230
new FreezableDefaultValueFactory(
PointCollection
.Empty),
System\Windows\Media\Generated\PolyLineSegmentFigureLogic.cs (2)
78
PointCollection
points = Points;
88
PointCollection
copy = new PointCollection();
System\Windows\Media\Generated\PolyQuadraticBezierSegment.cs (6)
92
public
PointCollection
Points
96
return (
PointCollection
) GetValue(PointsProperty);
199
internal static
PointCollection
s_Points =
PointCollection
.Empty;
228
typeof(
PointCollection
),
230
new FreezableDefaultValueFactory(
PointCollection
.Empty),
System\Windows\Media\Generated\PolyQuadraticBezierSegmentFigureLogic.cs (2)
78
PointCollection
points = Points;
88
PointCollection
copy = new PointCollection();
System\Windows\Media\PathGeometry.cs (2)
489
PointCollection
ptCollection = new PointCollection();
520
PointCollection
ptCollection = new PointCollection();
System\Windows\Media\PathStreamGeometryContext.cs (1)
475
private
PointCollection
_currentSegmentPoints;
System\Windows\Media\PointCollection.cs (1)
30
PointCollection
collection = new PointCollection( (int) count) ;
System\Windows\Media3D\GeneralTransform2DTo3D.cs (1)
191
private
PointCollection
_textureCoords;
System\Windows\Media3D\Generated\MeshGeometry3D.cs (7)
145
public
PointCollection
TextureCoordinates
149
return (
PointCollection
) GetValue(TextureCoordinatesProperty);
215
PointCollection
vTextureCoordinates = TextureCoordinates;
400
internal static
PointCollection
s_TextureCoordinates =
PointCollection
.Empty;
460
typeof(
PointCollection
),
462
new FreezableDefaultValueFactory(
PointCollection
.Empty),
System\Windows\Media3D\MeshGeometry3D.cs (1)
122
PointCollection
tx = TextureCoordinates;
System\Windows\Media3D\Viewport2DVisual3D.cs (5)
57
PointCollection
textureCoords,
203
PointCollection
textureCoordinates = geom.TextureCoordinates;
617
internal
PointCollection
InternalTextureCoordinatesCache
631
_textureCoordinatesCache = (
PointCollection
)_textureCoordinatesCache.GetCurrentValueAsFrozen();
946
private
PointCollection
_textureCoordinatesCache = null;
PresentationFramework (19)
System\Windows\Documents\FixedSOMPageConstructor.cs (3)
987
PointCollection
points = (pathSegment as PolyBezierSegment).Points;
992
PointCollection
points = (pathSegment as PolyLineSegment).Points;
1001
PointCollection
points = (pathSegment as PolyQuadraticBezierSegment).Points;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
568
case 472: t = () => typeof(
PointCollection
); break;
System\Windows\Markup\Baml2006\DeferredBinaryDeserializerExtension.cs (1)
48
return
PointCollection
.DeserializeFrom(_reader);
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7725
typeof(System.Windows.Media.
PointCollection
),
System\Windows\Markup\KnownTypes.cs (1)
6026
case KnownElements.PointCollection: t = typeof(System.Windows.Media.
PointCollection
); break;
System\Windows\Markup\XamlPointCollectionSerializer.cs (2)
88
return
PointCollection
.DeserializeFrom( reader ) ;
101
return
PointCollection
.DeserializeFrom( reader ) ;
System\Windows\Shapes\Polygon.cs (5)
48
"Points", typeof(
PointCollection
), typeof(Polygon),
49
new FrameworkPropertyMetadata(new FreezableDefaultValueFactory(
PointCollection
.Empty), FrameworkPropertyMetadataOptions.AffectsMeasure | FrameworkPropertyMetadataOptions.AffectsRender));
54
public
PointCollection
Points
58
return (
PointCollection
)GetValue(PointsProperty);
114
PointCollection
pointCollection = Points;
System\Windows\Shapes\Polyline.cs (5)
47
"Points", typeof(
PointCollection
), typeof(Polyline),
48
new FrameworkPropertyMetadata(new FreezableDefaultValueFactory(
PointCollection
.Empty), FrameworkPropertyMetadataOptions.AffectsMeasure | FrameworkPropertyMetadataOptions.AffectsRender));
53
public
PointCollection
Points
57
return (
PointCollection
)GetValue(PointsProperty);
114
PointCollection
pointCollection = Points;
ReachFramework (5)
Serialization\DrawingContextFlattener.cs (2)
713
public static
PointCollection
ArcToBezier(
846
PointCollection
rslt = new PointCollection();
Serialization\VisualSerializer.cs (3)
158
protected int AppendPoints(StringBuilder builder,
PointCollection
pc, Matrix mat)
207
PointCollection
pc = obj as
PointCollection
;