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