1 write to s_defaultValueForArcSegmentIsLargeArc
PresentationCore (1)
System\Windows\Media\PathStreamGeometryContext.cs (1)
55
s_defaultValueForArcSegmentIsLargeArc
= (bool)ArcSegment.IsLargeArcProperty.GetDefaultValue(typeof(ArcSegment));
1 reference to s_defaultValueForArcSegmentIsLargeArc
PresentationCore (1)
System\Windows\Media\PathStreamGeometryContext.cs (1)
268
if (isLargeArc !=
s_defaultValueForArcSegmentIsLargeArc
)