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