1 write to s_defaultValueForPathSegmentIsSmoothJoin
PresentationCore (1)
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
56s_defaultValueForPathSegmentIsSmoothJoin = (bool)PathSegment.IsSmoothJoinProperty.GetDefaultValue(typeof(PathSegment));
2 references to s_defaultValueForPathSegmentIsSmoothJoin
PresentationCore (2)
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (2)
292if (isSmoothJoin != s_defaultValueForPathSegmentIsSmoothJoin) 457if (_currentSegmentIsSmoothJoin != s_defaultValueForPathSegmentIsSmoothJoin)