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