3 overrides of BeginFigure
PresentationCore (3)
Core\CSharp\MS\Internal\Media\ParserStreamGeometrycontext.cs (1)
107
public override void
BeginFigure
(Point startPoint, bool isFilled, bool isClosed)
Core\CSharp\System\Windows\Media\ByteStreamGeometryContext.cs (1)
91
public override void
BeginFigure
(Point startPoint, bool isFilled, bool isClosed)
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
121
public override void
BeginFigure
(Point startPoint, bool isFilled, bool isClosed)
12 references to BeginFigure
PresentationCore (7)
Core\CSharp\MS\Internal\Ink\StrokeRenderer.cs (3)
885
context.
BeginFigure
(points[points.Count - 1], //start point
913
context.
BeginFigure
(abPoints[0], //start point
941
context.
BeginFigure
(abPoints[0], //start point
Core\CSharp\MS\Internal\Media\ParserStreamGeometrycontext.cs (1)
403
sc.
BeginFigure
(point, isFilled, isClosed);
Core\CSharp\System\Windows\Media\ParsersCommon.cs (2)
514
_context.
BeginFigure
(_lastStart, IsFilled, ! IsClosed);
569
context.
BeginFigure
(_lastPoint, IsFilled, ! IsClosed);
Core\CSharp\System\Windows\Media\PathFigure.cs (1)
245
ctx.
BeginFigure
(StartPoint, IsFilled, IsClosed);
PresentationFramework (1)
src\Framework\System\Windows\Controls\Border.cs (1)
728
ctx.
BeginFigure
(topLeft, true /* is filled */, true /* is closed */);
PresentationFramework.Classic (2)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (2)
1402
sgc.
BeginFigure
(new Point(2, 10), true, false);
1431
sgc.
BeginFigure
(new Point(2, 10), true, false);
PresentationFramework.Luna (1)
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
512
sgc.
BeginFigure
(new Point(3, 5.0), true, true);
PresentationFramework.Royale (1)
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
512
sgc.
BeginFigure
(new Point(3, 5.0), true, true);