19 instantiations of PointCollection
PresentationCore (16)
System\Windows\Media\Generated\PointCollection.cs (3)
426
PointCollection collection = new
PointCollection
();
518
return new
PointCollection
();
717
PointCollection resource = new
PointCollection
();
System\Windows\Media\Generated\PolyBezierSegmentFigureLogic.cs (3)
48
Points = new
PointCollection
(points);
59
Points = new
PointCollection
(points);
82
PointCollection copy = new
PointCollection
();
System\Windows\Media\Generated\PolyLineSegmentFigureLogic.cs (3)
48
Points = new
PointCollection
(points);
59
Points = new
PointCollection
(points);
82
PointCollection copy = new
PointCollection
();
System\Windows\Media\Generated\PolyQuadraticBezierSegmentFigureLogic.cs (3)
48
Points = new
PointCollection
(points);
59
Points = new
PointCollection
(points);
82
PointCollection copy = new
PointCollection
();
System\Windows\Media\PathGeometry.cs (2)
465
PointCollection ptCollection = new
PointCollection
();
496
PointCollection ptCollection = new
PointCollection
();
System\Windows\Media\PathStreamGeometryContext.cs (1)
345
_currentSegmentPoints = new
PointCollection
();
System\Windows\Media\PointCollection.cs (1)
26
PointCollection collection = new
PointCollection
( (int) count) ;
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8519
DefaultConstructor = delegate () { return new System.Windows.Media.
PointCollection
(); },
System\Windows\Markup\KnownTypes.cs (1)
1458
case KnownElements.PointCollection: o = new System.Windows.Media.
PointCollection
(); break;
ReachFramework (1)
Serialization\DrawingContextFlattener.cs (1)
835
PointCollection rslt = new
PointCollection
();
95 references to PointCollection
PresentationCore (71)
MS\Internal\Media\XamlSerializationHelper.cs (2)
258
PointCollection
points =
PointCollection
.Parse( stringValue ) ;
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (1)
254
PointCollection
textureCoords = _geometry.TextureCoordinates;
System\Windows\Media\Converters\Generated\PointCollectionValueSerializer.cs (3)
47
if (!(value is
PointCollection
))
62
return
PointCollection
.Parse(value );
75
if (value is
PointCollection
instance)
System\Windows\Media\Generated\PointCollection.cs (19)
46
public new
PointCollection
Clone()
48
return (
PointCollection
)base.Clone();
55
public new
PointCollection
CloneCurrentValue()
57
return (
PointCollection
)base.CloneCurrentValue();
420
internal static
PointCollection
Empty
426
PointCollection
collection = new PointCollection();
495
private static
PointCollection
s_empty;
525
PointCollection
sourcePointCollection = (
PointCollection
) source;
544
PointCollection
sourcePointCollection = (
PointCollection
) source;
563
PointCollection
sourcePointCollection = (
PointCollection
) source;
582
PointCollection
sourcePointCollection = (
PointCollection
) source;
712
public static
PointCollection
Parse(string source)
717
PointCollection
resource = new PointCollection();
772
internal Enumerator(
PointCollection
list)
883
private
PointCollection
_list;
System\Windows\Media\Generated\PointCollectionConverter.cs (4)
91
return
PointCollection
.Parse(source);
113
if (destinationType != null && value is
PointCollection
)
115
PointCollection
instance = (
PointCollection
)value;
System\Windows\Media\Generated\PolyBezierSegment.cs (6)
74
public
PointCollection
Points
78
return (
PointCollection
) GetValue(PointsProperty);
181
internal static
PointCollection
s_Points =
PointCollection
.Empty;
209
typeof(
PointCollection
),
211
new FreezableDefaultValueFactory(
PointCollection
.Empty),
System\Windows\Media\Generated\PolyBezierSegmentFigureLogic.cs (2)
72
PointCollection
points = Points;
82
PointCollection
copy = new PointCollection();
System\Windows\Media\Generated\PolyLineSegment.cs (6)
74
public
PointCollection
Points
78
return (
PointCollection
) GetValue(PointsProperty);
181
internal static
PointCollection
s_Points =
PointCollection
.Empty;
209
typeof(
PointCollection
),
211
new FreezableDefaultValueFactory(
PointCollection
.Empty),
System\Windows\Media\Generated\PolyLineSegmentFigureLogic.cs (2)
72
PointCollection
points = Points;
82
PointCollection
copy = new PointCollection();
System\Windows\Media\Generated\PolyQuadraticBezierSegment.cs (6)
74
public
PointCollection
Points
78
return (
PointCollection
) GetValue(PointsProperty);
181
internal static
PointCollection
s_Points =
PointCollection
.Empty;
209
typeof(
PointCollection
),
211
new FreezableDefaultValueFactory(
PointCollection
.Empty),
System\Windows\Media\Generated\PolyQuadraticBezierSegmentFigureLogic.cs (2)
72
PointCollection
points = Points;
82
PointCollection
copy = new PointCollection();
System\Windows\Media\PathGeometry.cs (2)
465
PointCollection
ptCollection = new PointCollection();
496
PointCollection
ptCollection = new PointCollection();
System\Windows\Media\PathStreamGeometryContext.cs (1)
470
private
PointCollection
_currentSegmentPoints;
System\Windows\Media\PointCollection.cs (1)
26
PointCollection
collection = new PointCollection( (int) count) ;
System\Windows\Media3D\GeneralTransform2DTo3D.cs (1)
179
private
PointCollection
_textureCoords;
System\Windows\Media3D\Generated\MeshGeometry3D.cs (7)
145
public
PointCollection
TextureCoordinates
149
return (
PointCollection
) GetValue(TextureCoordinatesProperty);
215
PointCollection
vTextureCoordinates = TextureCoordinates;
409
internal static
PointCollection
s_TextureCoordinates =
PointCollection
.Empty;
468
typeof(
PointCollection
),
470
new FreezableDefaultValueFactory(
PointCollection
.Empty),
System\Windows\Media3D\MeshGeometry3D.cs (1)
115
PointCollection
tx = TextureCoordinates;
System\Windows\Media3D\Viewport2DVisual3D.cs (5)
41
PointCollection
textureCoords,
187
PointCollection
textureCoordinates = geom.TextureCoordinates;
599
internal
PointCollection
InternalTextureCoordinatesCache
613
_textureCoordinatesCache = (
PointCollection
)_textureCoordinatesCache.GetCurrentValueAsFrozen();
928
private
PointCollection
_textureCoordinatesCache = null;
PresentationFramework (19)
System\Windows\Documents\FixedSOMPageConstructor.cs (3)
983
PointCollection
points = (pathSegment as PolyBezierSegment).Points;
988
PointCollection
points = (pathSegment as PolyLineSegment).Points;
997
PointCollection
points = (pathSegment as PolyQuadraticBezierSegment).Points;
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
565
case 472: t = () => typeof(
PointCollection
); break;
System\Windows\Markup\Baml2006\DeferredBinaryDeserializerExtension.cs (1)
44
return
PointCollection
.DeserializeFrom(_reader);
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8516
typeof(System.Windows.Media.
PointCollection
),
System\Windows\Markup\KnownTypes.cs (1)
6019
case KnownElements.PointCollection: t = typeof(System.Windows.Media.
PointCollection
); break;
System\Windows\Markup\XamlPointCollectionSerializer.cs (2)
77
return
PointCollection
.DeserializeFrom( reader ) ;
90
return
PointCollection
.DeserializeFrom( reader ) ;
System\Windows\Shapes\Polygon.cs (5)
40
"Points", typeof(
PointCollection
), typeof(Polygon),
41
new FrameworkPropertyMetadata(new FreezableDefaultValueFactory(
PointCollection
.Empty), FrameworkPropertyMetadataOptions.AffectsMeasure | FrameworkPropertyMetadataOptions.AffectsRender));
46
public
PointCollection
Points
50
return (
PointCollection
)GetValue(PointsProperty);
106
PointCollection
pointCollection = Points;
System\Windows\Shapes\Polyline.cs (5)
39
"Points", typeof(
PointCollection
), typeof(Polyline),
40
new FrameworkPropertyMetadata(new FreezableDefaultValueFactory(
PointCollection
.Empty), FrameworkPropertyMetadataOptions.AffectsMeasure | FrameworkPropertyMetadataOptions.AffectsRender));
45
public
PointCollection
Points
49
return (
PointCollection
)GetValue(PointsProperty);
106
PointCollection
pointCollection = Points;
ReachFramework (5)
Serialization\DrawingContextFlattener.cs (2)
702
public static
PointCollection
ArcToBezier(
835
PointCollection
rslt = new PointCollection();
Serialization\VisualSerializer.cs (3)
149
protected int AppendPoints(StringBuilder builder,
PointCollection
pc, Matrix mat)
198
PointCollection
pc = obj as
PointCollection
;