3 references to PrintPageEventHandler
System.Drawing (1)
System.Drawing.cs (1)
133
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Drawing.Printing.
PrintPageEventHandler
))]
System.Drawing.Common (1)
Special\NotSupported.cs (1)
2980
public event System.Drawing.Printing.
PrintPageEventHandler
PrintPage { add { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } remove { throw new System.PlatformNotSupportedException(System.SR.SystemDrawingCommon_PlatformNotSupported); } }
System.Drawing.Common.Tests (1)
System\Drawing\Printing\PrintDocumentTests.cs (1)
192
PrintPageEventHandler
printPageHandler = new((sender, e) => flag = true);