6 references to PrintPage
Accessibility_Core_App (1)
PrintingControls.Designer.cs (1)
52this.printDocument1.PrintPage += this.printDocument1_PrintPage;
System.Drawing.Common (3)
System\Drawing\Printing\PrintDocument.cs (1)
157/// Raises the <see cref='PrintPage'/> event.
System\Drawing\Printing\PrintPageEventArgs.cs (1)
7/// Provides data for the <see cref='PrintDocument.PrintPage'/> event.
System\Drawing\Printing\PrintPageEventHandler.cs (1)
7/// Represents the method that will handle the <see cref='PrintDocument.PrintPage'/> event of a <see cref='PrintDocument'/>.
System.Drawing.Common.Tests (2)
System\Drawing\Printing\PrintDocumentTests.cs (2)
196document.PrintPage += printPageHandler; 201document.PrintPage -= printPageHandler;