1 write to s_defaultValueForPathSegmentIsSmoothJoin
PresentationCore (1)
System\Windows\Media\PathStreamGeometryContext.cs (1)
53
s_defaultValueForPathSegmentIsSmoothJoin
= (bool)PathSegment.IsSmoothJoinProperty.GetDefaultValue(typeof(PathSegment));
2 references to s_defaultValueForPathSegmentIsSmoothJoin
PresentationCore (2)
System\Windows\Media\PathStreamGeometryContext.cs (2)
289
if (isSmoothJoin !=
s_defaultValueForPathSegmentIsSmoothJoin
)
454
if (_currentSegmentIsSmoothJoin !=
s_defaultValueForPathSegmentIsSmoothJoin
)