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)
352if (_currentSegmentType != segmentType || 394switch (_currentSegmentType)