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