1 write to s_defaultValueForArcSegmentSweepDirection
PresentationCore (1)
System\Windows\Media\PathStreamGeometryContext.cs (1)
56
s_defaultValueForArcSegmentSweepDirection
= (SweepDirection)ArcSegment.SweepDirectionProperty.GetDefaultValue(typeof(ArcSegment));
1 reference to s_defaultValueForArcSegmentSweepDirection
PresentationCore (1)
System\Windows\Media\PathStreamGeometryContext.cs (1)
273
if (sweepDirection !=
s_defaultValueForArcSegmentSweepDirection
)