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