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