1 write to _currentSegmentIsStroked
PresentationCore (1)
System\Windows\Media\PathStreamGeometryContext.cs (1)
339
_currentSegmentIsStroked
= isStroked;
3 references to _currentSegmentIsStroked
PresentationCore (3)
System\Windows\Media\PathStreamGeometryContext.cs (3)
333
_currentSegmentIsStroked
!= isStroked ||
432
if (
_currentSegmentIsStroked
!= s_defaultValueForPathSegmentIsStroked)
434
segment.IsStroked =
_currentSegmentIsStroked
;