19 instantiations of PointCollection
PresentationCore (16)
System\Windows\Media\Generated\PointCollection.cs (3)
415
PointCollection collection = new
PointCollection
();
507
return new
PointCollection
();
702
PointCollection resource = new
PointCollection
();
System\Windows\Media\Generated\PolyBezierSegmentFigureLogic.cs (3)
39
Points = new
PointCollection
(points);
50
Points = new
PointCollection
(points);
73
PointCollection copy = new
PointCollection
();
System\Windows\Media\Generated\PolyLineSegmentFigureLogic.cs (3)
39
Points = new
PointCollection
(points);
50
Points = new
PointCollection
(points);
73
PointCollection copy = new
PointCollection
();
System\Windows\Media\Generated\PolyQuadraticBezierSegmentFigureLogic.cs (3)
39
Points = new
PointCollection
(points);
50
Points = new
PointCollection
(points);
73
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)
27
PointCollection collection = new
PointCollection
( (int) count) ;
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
7725
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)
836
PointCollection rslt = new
PointCollection
();
97 references to PointCollection
PresentationCore (73)
MS\Internal\Media\XamlSerializationHelper.cs (2)
259
PointCollection
points =
PointCollection
.Parse( stringValue ) ;
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (1)
259
PointCollection
textureCoords = _geometry.TextureCoordinates;
System\Windows\Media\Converters\Generated\PointCollectionValueSerializer.cs (5)
38
if (!(value is
PointCollection
))
53
return
PointCollection
.Parse(value );
66
if (value is
PointCollection
)
68
PointCollection
instance = (
PointCollection
) value;
System\Windows\Media\Generated\PointCollection.cs (19)
39
public new
PointCollection
Clone()
41
return (
PointCollection
)base.Clone();
48
public new
PointCollection
CloneCurrentValue()
50
return (
PointCollection
)base.CloneCurrentValue();
409
internal static
PointCollection
Empty
415
PointCollection
collection = new PointCollection();
484
private static
PointCollection
s_empty;
514
PointCollection
sourcePointCollection = (
PointCollection
) source;
532
PointCollection
sourcePointCollection = (
PointCollection
) source;
550
PointCollection
sourcePointCollection = (
PointCollection
) source;
568
PointCollection
sourcePointCollection = (
PointCollection
) source;
697
public static
PointCollection
Parse(string source)
702
PointCollection
resource = new PointCollection();
757
internal Enumerator(
PointCollection
list)
867
private
PointCollection
_list;
System\Windows\Media\Generated\PointCollectionConverter.cs (4)
84
return
PointCollection
.Parse(source);
106
if (destinationType != null && value is
PointCollection
)
108
PointCollection
instance = (
PointCollection
)value;
System\Windows\Media\Generated\PolyBezierSegment.cs (6)
64
public
PointCollection
Points
68
return (
PointCollection
) GetValue(PointsProperty);
171
internal static
PointCollection
s_Points =
PointCollection
.Empty;
200
typeof(
PointCollection
),
202
new FreezableDefaultValueFactory(
PointCollection
.Empty),
System\Windows\Media\Generated\PolyBezierSegmentFigureLogic.cs (2)
63
PointCollection
points = Points;
73
PointCollection
copy = new PointCollection();
System\Windows\Media\Generated\PolyLineSegment.cs (6)
64
public
PointCollection
Points
68
return (
PointCollection
) GetValue(PointsProperty);
171
internal static
PointCollection
s_Points =
PointCollection
.Empty;
200
typeof(
PointCollection
),
202
new FreezableDefaultValueFactory(
PointCollection
.Empty),
System\Windows\Media\Generated\PolyLineSegmentFigureLogic.cs (2)
63
PointCollection
points = Points;
73
PointCollection
copy = new PointCollection();
System\Windows\Media\Generated\PolyQuadraticBezierSegment.cs (6)
64
public
PointCollection
Points
68
return (
PointCollection
) GetValue(PointsProperty);
171
internal static
PointCollection
s_Points =
PointCollection
.Empty;
200
typeof(
PointCollection
),
202
new FreezableDefaultValueFactory(
PointCollection
.Empty),
System\Windows\Media\Generated\PolyQuadraticBezierSegmentFigureLogic.cs (2)
63
PointCollection
points = Points;
73
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)
458
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)
122
public
PointCollection
TextureCoordinates
126
return (
PointCollection
) GetValue(TextureCoordinatesProperty);
192
PointCollection
vTextureCoordinates = TextureCoordinates;
377
internal static
PointCollection
s_TextureCoordinates =
PointCollection
.Empty;
437
typeof(
PointCollection
),
439
new FreezableDefaultValueFactory(
PointCollection
.Empty),
System\Windows\Media3D\MeshGeometry3D.cs (1)
116
PointCollection
tx = TextureCoordinates;
System\Windows\Media3D\Viewport2DVisual3D.cs (5)
40
PointCollection
textureCoords,
186
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)
982
PointCollection
points = (pathSegment as PolyBezierSegment).Points;
987
PointCollection
points = (pathSegment as PolyLineSegment).Points;
996
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)
7723
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)
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
;