1 write to _currentSegmentIsStroked
PresentationCore (1)
System\Windows\Media\PathStreamGeometryContext.cs (1)
340
_currentSegmentIsStroked
= isStroked;
3 references to _currentSegmentIsStroked
PresentationCore (3)
System\Windows\Media\PathStreamGeometryContext.cs (3)
334
_currentSegmentIsStroked
!= isStroked ||
445
if (
_currentSegmentIsStroked
!= s_defaultValueForPathSegmentIsStroked)
447
segment.IsStroked =
_currentSegmentIsStroked
;