2 writes to nMinPage
System.Windows.Forms (1)
System\Windows\Forms\Printing\PrintDialog.cs (1)
291dialogSettings->nMinPage = (ushort)PrinterSettings.MinimumPage;
System.Windows.Forms.Primitives.Tests (1)
Interop\Comdlg32\PRINTDLGWTests.cs (1)
83Assert.Equal(48, (byte*)&sut.nMinPage - addr); // 2, WORD
1 reference to nMinPage
System.Windows.Forms.Primitives (1)
Windows\Win32\UI\Controls\Dialogs\PRINTDLGW_32.cs (1)
31/// <inheritdoc cref="PRINTDLGW_64.nMinPage"/>