1 write to Sweep
PresentationCore (1)
System\Windows\Media\ByteStreamGeometryContext.cs (1)
222arcToSegment.Sweep = (uint)(sweepDirection == SweepDirection.Clockwise ? 1 : 0);
1 reference to Sweep
PresentationCore (1)
System\Windows\Media\PathGeometry.cs (1)
221(pSegmentArc->Sweep == 0) ? SweepDirection.Counterclockwise : SweepDirection.Clockwise,