4 writes to _currentSegmentType
PresentationCore (4)
System\Windows\Media\PathStreamGeometryContext.cs (4)
145_currentSegmentType = MIL_SEGMENT_TYPE.MilSegmentNone; 280_currentSegmentType = MIL_SEGMENT_TYPE.MilSegmentArc; 339_currentSegmentType = segmentType; 458_currentSegmentType = MIL_SEGMENT_TYPE.MilSegmentNone;
2 references to _currentSegmentType
PresentationCore (2)
System\Windows\Media\PathStreamGeometryContext.cs (2)
333if (_currentSegmentType != segmentType || 375switch (_currentSegmentType)