4 writes to _currentSegmentType
PresentationCore (4)
System\Windows\Media\PathStreamGeometryContext.cs (4)
145_currentSegmentType = MIL_SEGMENT_TYPE.MilSegmentNone; 279_currentSegmentType = MIL_SEGMENT_TYPE.MilSegmentArc; 338_currentSegmentType = segmentType; 445_currentSegmentType = MIL_SEGMENT_TYPE.MilSegmentNone;
2 references to _currentSegmentType
PresentationCore (2)
System\Windows\Media\PathStreamGeometryContext.cs (2)
332if (_currentSegmentType != segmentType || 374switch (_currentSegmentType)