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