4 writes to _currentSegmentType
PresentationCore (4)
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (4)
165
_currentSegmentType
= MIL_SEGMENT_TYPE.MilSegmentNone;
299
_currentSegmentType
= MIL_SEGMENT_TYPE.MilSegmentArc;
358
_currentSegmentType
= segmentType;
465
_currentSegmentType
= MIL_SEGMENT_TYPE.MilSegmentNone;
2 references to _currentSegmentType
PresentationCore (2)
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (2)
352
if (
_currentSegmentType
!= segmentType ||
394
switch (
_currentSegmentType
)