2 writes to IsLargeArc
PresentationCore (2)
Core\CSharp\System\Windows\Media\ArcSegment.cs (1)
61IsLargeArc = isLargeArc;
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
273segment.IsLargeArc = isLargeArc;
3 references to IsLargeArc
PresentationCore (3)
Core\CSharp\System\Windows\Media\ArcSegment.cs (3)
101IsLargeArc, 146ctx.ArcTo(Point, Size, RotationAngle, IsLargeArc, SweepDirection, IsStroked, IsSmoothJoin); 172IsLargeArc ? "1" : "0",