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)
328ctx.BeginFigure(points[0], true /* is filled */, true /* is closed */);
System\Windows\Media\LineGeometry.cs (1)
262ctx.BeginFigure(StartPoint, true /* is filled */, false /* is closed */);
System\Windows\Media\RectangleGeometry.cs (2)
429ctx.BeginFigure(points[0], true /* is filled */, true /* is closed */); 440ctx.BeginFigure(rect.TopLeft, true /* is filled */, true /* is closed */);