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 || 445if (_currentSegmentIsStroked != s_defaultValueForPathSegmentIsStroked) 447segment.IsStroked = _currentSegmentIsStroked;