3 overrides of BeginFigure
PresentationCore (3)
MS\Internal\Media\ParserStreamGeometryContext.cs (1)
100
public override void
BeginFigure
(Point startPoint, bool isFilled, bool isClosed)
System\Windows\Media\ByteStreamGeometryContext.cs (1)
61
public override void
BeginFigure
(Point startPoint, bool isFilled, bool isClosed)
System\Windows\Media\PathStreamGeometryContext.cs (1)
101
public override void
BeginFigure
(Point startPoint, bool isFilled, bool isClosed)
14 references to BeginFigure
PresentationCore (8)
MS\Internal\Ink\StrokeRenderer.cs (3)
870
context.
BeginFigure
(startPoint: points[points.Count - 1],
898
context.
BeginFigure
(startPoint: abPoints[0],
925
context.
BeginFigure
(startPoint: abPoints[0],
MS\Internal\Media\ParserStreamGeometryContext.cs (1)
395
sc.
BeginFigure
(point, isFilled, isClosed);
System\Windows\Media\ParsersCommon.cs (2)
499
_context.
BeginFigure
(_lastStart, IsFilled, ! IsClosed);
553
context.
BeginFigure
(_lastPoint, IsFilled, ! IsClosed);
System\Windows\Media\PathFigure.cs (1)
218
ctx.
BeginFigure
(StartPoint, IsFilled, IsClosed);
System\Windows\Media\PathGeometry.cs (1)
142
ctx.
BeginFigure
(pPathFigure->StartPoint,
PresentationFramework (1)
System\Windows\Controls\Border.cs (1)
723
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)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
505
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)
505
sgc.
BeginFigure
(new Point(3, 5.0), true, true);
ReachFramework (1)
AlphaFlattener\BrushProxy.cs (1)
4109
context.
BeginFigure
(mat.Transform(new Point(x, y)), true, true);