3 overrides of BeginFigure
PresentationCore (3)
MS\Internal\Media\ParserStreamGeometryContext.cs (1)
104
public override void
BeginFigure
(Point startPoint, bool isFilled, bool isClosed)
System\Windows\Media\ByteStreamGeometryContext.cs (1)
78
public override void
BeginFigure
(Point startPoint, bool isFilled, bool isClosed)
System\Windows\Media\PathStreamGeometryContext.cs (1)
118
public override void
BeginFigure
(Point startPoint, bool isFilled, bool isClosed)
14 references to BeginFigure
PresentationCore (8)
MS\Internal\Ink\StrokeRenderer.cs (3)
873
context.
BeginFigure
(points[points.Count - 1], //start point
901
context.
BeginFigure
(abPoints[0], //start point
928
context.
BeginFigure
(abPoints[0], //start point
MS\Internal\Media\ParserStreamGeometryContext.cs (1)
399
sc.
BeginFigure
(point, isFilled, isClosed);
System\Windows\Media\ParsersCommon.cs (2)
511
_context.
BeginFigure
(_lastStart, IsFilled, ! IsClosed);
565
context.
BeginFigure
(_lastPoint, IsFilled, ! IsClosed);
System\Windows\Media\PathFigure.cs (1)
237
ctx.
BeginFigure
(StartPoint, IsFilled, IsClosed);
System\Windows\Media\PathGeometry.cs (1)
166
ctx.
BeginFigure
(pPathFigure->StartPoint,
PresentationFramework (1)
System\Windows\Controls\Border.cs (1)
719
ctx.
BeginFigure
(topLeft, true /* is filled */, true /* is closed */);
PresentationFramework.Classic (2)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (2)
1397
sgc.
BeginFigure
(new Point(2, 10), true, false);
1426
sgc.
BeginFigure
(new Point(2, 10), true, false);
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
507
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)
507
sgc.
BeginFigure
(new Point(3, 5.0), true, true);
ReachFramework (1)
AlphaFlattener\BrushProxy.cs (1)
4111
context.
BeginFigure
(mat.Transform(new Point(x, y)), true, true);