15 writes to IsStroked
PresentationCore (15)
Core\CSharp\System\Windows\Media\ArcSegment.cs (1)
64
IsStroked
= isStroked;
Core\CSharp\System\Windows\Media\BezierSegment.cs (2)
52
IsStroked
= isStroked;
61
IsStroked
= isStroked;
Core\CSharp\System\Windows\Media\Generated\PolyBezierSegmentFigureLogic.cs (2)
61
IsStroked
= isStroked;
75
IsStroked
= isStroked;
Core\CSharp\System\Windows\Media\Generated\PolyLineSegmentFigureLogic.cs (2)
61
IsStroked
= isStroked;
75
IsStroked
= isStroked;
Core\CSharp\System\Windows\Media\Generated\PolyQuadraticBezierSegmentFigureLogic.cs (2)
61
IsStroked
= isStroked;
75
IsStroked
= isStroked;
Core\CSharp\System\Windows\Media\LineSegment.cs (2)
51
IsStroked
= isStroked;
58
IsStroked
= isStroked;
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (2)
289
segment.
IsStroked
= isStroked;
454
segment.
IsStroked
= _currentSegmentIsStroked;
Core\CSharp\System\Windows\Media\QuadraticBezierSegment.cs (2)
50
IsStroked
= isStroked;
60
IsStroked
= isStroked;
14 references to IsStroked
PresentationCore (14)
Core\CSharp\System\Windows\Media\ArcSegment.cs (2)
113
bool isStroked =
IsStroked
;
146
ctx.ArcTo(Point, Size, RotationAngle, IsLargeArc, SweepDirection,
IsStroked
, IsSmoothJoin);
Core\CSharp\System\Windows\Media\BezierSegment.cs (2)
88
figure.Segments.Add(new BezierSegment(pt1, pt2, pt3,
IsStroked
, IsSmoothJoin));
100
ctx.BezierTo(Point1, Point2, Point3,
IsStroked
, IsSmoothJoin);
Core\CSharp\System\Windows\Media\Generated\PolyBezierSegmentFigureLogic.cs (2)
108
figure.Segments.Add(new PolyBezierSegment(copy,
IsStroked
, IsSmoothJoin));
131
ctx.PolyBezierTo(Points,
IsStroked
, IsSmoothJoin);
Core\CSharp\System\Windows\Media\Generated\PolyLineSegmentFigureLogic.cs (2)
108
figure.Segments.Add(new PolyLineSegment(copy,
IsStroked
, IsSmoothJoin));
131
ctx.PolyLineTo(Points,
IsStroked
, IsSmoothJoin);
Core\CSharp\System\Windows\Media\Generated\PolyQuadraticBezierSegmentFigureLogic.cs (2)
108
figure.Segments.Add(new PolyQuadraticBezierSegment(copy,
IsStroked
, IsSmoothJoin));
131
ctx.PolyQuadraticBezierTo(Points,
IsStroked
, IsSmoothJoin);
Core\CSharp\System\Windows\Media\LineSegment.cs (2)
80
figure.Segments.Add(new LineSegment(pt,
IsStroked
, IsSmoothJoin));
90
ctx.LineTo(Point,
IsStroked
, IsSmoothJoin);
Core\CSharp\System\Windows\Media\QuadraticBezierSegment.cs (2)
85
figure.Segments.Add(new QuadraticBezierSegment(pt1, pt2,
IsStroked
, IsSmoothJoin));
97
ctx.QuadraticBezierTo(Point1, Point2,
IsStroked
, IsSmoothJoin);