3 overrides of BeginFigure
PresentationCore (3)
MS\Internal\Media\ParserStreamGeometryContext.cs (1)
99
public override void
BeginFigure
(Point startPoint, bool isFilled, bool isClosed)
System\Windows\Media\ByteStreamGeometryContext.cs (1)
60
public override void
BeginFigure
(Point startPoint, bool isFilled, bool isClosed)
System\Windows\Media\PathStreamGeometryContext.cs (1)
100
public override void
BeginFigure
(Point startPoint, bool isFilled, bool isClosed)
14 references to BeginFigure
PresentationCore (8)
MS\Internal\Ink\StrokeRenderer.cs (3)
869
context.
BeginFigure
(startPoint: points[points.Count - 1],
897
context.
BeginFigure
(startPoint: abPoints[0],
924
context.
BeginFigure
(startPoint: abPoints[0],
MS\Internal\Media\ParserStreamGeometryContext.cs (1)
394
sc.
BeginFigure
(point, isFilled, isClosed);
System\Windows\Media\ParsersCommon.cs (2)
498
_context.
BeginFigure
(_lastStart, IsFilled, ! IsClosed);
552
context.
BeginFigure
(_lastPoint, IsFilled, ! IsClosed);
System\Windows\Media\PathFigure.cs (1)
217
ctx.
BeginFigure
(StartPoint, IsFilled, IsClosed);
System\Windows\Media\PathGeometry.cs (1)
141
ctx.
BeginFigure
(pPathFigure->StartPoint,
PresentationFramework (1)
System\Windows\Controls\Border.cs (1)
722
ctx.
BeginFigure
(topLeft, true /* is filled */, true /* is closed */);
PresentationFramework.Classic (2)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (2)
1401
sgc.
BeginFigure
(new Point(2, 10), true, false);
1430
sgc.
BeginFigure
(new Point(2, 10), true, false);
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
502
sgc.
BeginFigure
(new Point(3, 5.0), true, true);
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
502
sgc.
BeginFigure
(new Point(3, 5.0), true, true);
ReachFramework (1)
AlphaFlattener\BrushProxy.cs (1)
4108
context.
BeginFigure
(mat.Transform(new Point(x, y)), true, true);