2 writes to _currentSegmentPoints
PresentationCore (2)
System\Windows\Media\PathStreamGeometryContext.cs (2)
345
_currentSegmentPoints
= new PointCollection();
444
_currentSegmentPoints
= null;
20 references to _currentSegmentPoints
PresentationCore (20)
System\Windows\Media\PathStreamGeometryContext.cs (20)
159
_currentSegmentPoints
.Add(point);
173
_currentSegmentPoints
.Add(point1);
174
_currentSegmentPoints
.Add(point2);
188
_currentSegmentPoints
.Add(point1);
189
_currentSegmentPoints
.Add(point2);
190
_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;
380
lSegment.Point =
_currentSegmentPoints
[0];
386
pSegment.Points =
_currentSegmentPoints
;
394
bSegment.Point1 =
_currentSegmentPoints
[0];
395
bSegment.Point2 =
_currentSegmentPoints
[1];
396
bSegment.Point3 =
_currentSegmentPoints
[2];
404
pSegment.Points =
_currentSegmentPoints
;
412
qSegment.Point1 =
_currentSegmentPoints
[0];
413
qSegment.Point2 =
_currentSegmentPoints
[1];
421
pSegment.Points =
_currentSegmentPoints
;