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