2 writes to HasMorePages
Accessibility_Core_App (2)
PrintingControls.cs (2)
34e.HasMorePages = false; // set the HasMorePages property to false , so that no other page will not be added 40e.HasMorePages = true; // e.HasMorePages raised the PrintPage event once per page .
2 references to HasMorePages
System.Drawing.Common (2)
System\Drawing\Printing\PrintController.cs (2)
128else if (!pageEvent.HasMorePages) 191else if (!pageEvent.HasMorePages)