3 writes to nMaxPage
System.Windows.Forms (2)
System\Windows\Forms\Printing\PrintDialog.cs (2)
245dialogSettings->nMaxPage = 9999; 292dialogSettings->nMaxPage = (ushort)PrinterSettings.MaximumPage;
System.Windows.Forms.Primitives.Tests (1)
Interop\Comdlg32\PRINTDLGWTests.cs (1)
84Assert.Equal(50, (byte*)&sut.nMaxPage - addr); // 2, WORD
1 reference to nMaxPage
System.Windows.Forms.Primitives (1)
Windows\Win32\UI\Controls\Dialogs\PRINTDLGW_32.cs (1)
33/// <inheritdoc cref="PRINTDLGW_64.nMaxPage"/>