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