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