2 writes to _currentSegmentPoints
PresentationCore (2)
System\Windows\Media\PathStreamGeometryContext.cs (2)
346
_currentSegmentPoints
= new PointCollection();
457
_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);
301
Debug.Assert(
_currentSegmentPoints
== null);
318
_currentSegmentPoints
.Add(points[i]);
344
if (
_currentSegmentPoints
== null)
355
if (
_currentSegmentPoints
!= null)
359
int count =
_currentSegmentPoints
.Count;
382
Point =
_currentSegmentPoints
[0]
390
Points =
_currentSegmentPoints
400
Point1 =
_currentSegmentPoints
[0],
401
Point2 =
_currentSegmentPoints
[1],
402
Point3 =
_currentSegmentPoints
[2]
412
Points =
_currentSegmentPoints
422
Point1 =
_currentSegmentPoints
[0],
423
Point2 =
_currentSegmentPoints
[1]
433
Points =
_currentSegmentPoints