2 writes to _currentSegmentPoints
PresentationCore (2)
System\Windows\Media\PathStreamGeometryContext.cs (2)
345
_currentSegmentPoints
= new PointCollection();
456
_currentSegmentPoints
= null;
20 references to _currentSegmentPoints
PresentationCore (20)
System\Windows\Media\PathStreamGeometryContext.cs (20)
158
_currentSegmentPoints
.Add(point);
172
_currentSegmentPoints
.Add(point1);
173
_currentSegmentPoints
.Add(point2);
187
_currentSegmentPoints
.Add(point1);
188
_currentSegmentPoints
.Add(point2);
189
_currentSegmentPoints
.Add(point3);
300
Debug.Assert(
_currentSegmentPoints
== null);
317
_currentSegmentPoints
.Add(points[i]);
343
if (
_currentSegmentPoints
== null)
354
if (
_currentSegmentPoints
!= null)
358
int count =
_currentSegmentPoints
.Count;
381
Point =
_currentSegmentPoints
[0]
389
Points =
_currentSegmentPoints
399
Point1 =
_currentSegmentPoints
[0],
400
Point2 =
_currentSegmentPoints
[1],
401
Point3 =
_currentSegmentPoints
[2]
411
Points =
_currentSegmentPoints
421
Point1 =
_currentSegmentPoints
[0],
422
Point2 =
_currentSegmentPoints
[1]
432
Points =
_currentSegmentPoints