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