2 writes to _currentSegmentPoints
PresentationCore (2)
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (2)
365
_currentSegmentPoints
= new PointCollection();
464
_currentSegmentPoints
= null;
20 references to _currentSegmentPoints
PresentationCore (20)
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (20)
179
_currentSegmentPoints
.Add(point);
193
_currentSegmentPoints
.Add(point1);
194
_currentSegmentPoints
.Add(point2);
208
_currentSegmentPoints
.Add(point1);
209
_currentSegmentPoints
.Add(point2);
210
_currentSegmentPoints
.Add(point3);
320
Debug.Assert(
_currentSegmentPoints
== null);
337
_currentSegmentPoints
.Add(points[i]);
363
if (
_currentSegmentPoints
== null)
374
if (
_currentSegmentPoints
!= null)
378
int count =
_currentSegmentPoints
.Count;
400
lSegment.Point =
_currentSegmentPoints
[0];
406
pSegment.Points =
_currentSegmentPoints
;
414
bSegment.Point1 =
_currentSegmentPoints
[0];
415
bSegment.Point2 =
_currentSegmentPoints
[1];
416
bSegment.Point3 =
_currentSegmentPoints
[2];
424
pSegment.Points =
_currentSegmentPoints
;
432
qSegment.Point1 =
_currentSegmentPoints
[0];
433
qSegment.Point2 =
_currentSegmentPoints
[1];
441
pSegment.Points =
_currentSegmentPoints
;