1 write to _currentSegmentIsSmoothJoin
PresentationCore (1)
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
360
_currentSegmentIsSmoothJoin
= isSmoothJoin;
3 references to _currentSegmentIsSmoothJoin
PresentationCore (3)
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (3)
354
_currentSegmentIsSmoothJoin
!= isSmoothJoin)
457
if (
_currentSegmentIsSmoothJoin
!= s_defaultValueForPathSegmentIsSmoothJoin)
459
segment.IsSmoothJoin =
_currentSegmentIsSmoothJoin
;