4 references to Print
System.Drawing.Common (2)
System\Drawing\Printing\PrintDocument.cs (2)
110
/// Occurs when the <see cref='
Print
'/> method is called, before the first page prints.
120
/// Occurs when <see cref='
Print
'/> is called, after the last page is printed.
System.Windows.Forms (2)
System\Windows\Forms\Printing\PrintPreviewControl.cs (1)
518
_document.
Print
();
System\Windows\Forms\Printing\PrintPreviewDialog.cs (1)
1148
private void OnPrintToolStripButtonClick(object? sender, EventArgs e) => _previewControl.Document?.
Print
();