1 write to _currentSegmentIsStroked
PresentationCore (1)
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
359
_currentSegmentIsStroked
= isStroked;
3 references to _currentSegmentIsStroked
PresentationCore (3)
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (3)
353
_currentSegmentIsStroked
!= isStroked ||
452
if (
_currentSegmentIsStroked
!= s_defaultValueForPathSegmentIsStroked)
454
segment.IsStroked =
_currentSegmentIsStroked
;