Base:
method
BeginFigure
System.Windows.Media.StreamGeometryContext.BeginFigure(System.Windows.Point, System.Boolean, System.Boolean)
4 references to BeginFigure
PresentationCore (4)
System\Windows\Media\EllipseGeometry.cs (1)
328
ctx.
BeginFigure
(points[0], true /* is filled */, true /* is closed */);
System\Windows\Media\LineGeometry.cs (1)
262
ctx.
BeginFigure
(StartPoint, true /* is filled */, false /* is closed */);
System\Windows\Media\RectangleGeometry.cs (2)
429
ctx.
BeginFigure
(points[0], true /* is filled */, true /* is closed */);
440
ctx.
BeginFigure
(rect.TopLeft, true /* is filled */, true /* is closed */);