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