3 writes to hDevMode
System.Windows.Forms (2)
System\Windows\Forms\Printing\PrintDialog.cs (2)
252dialogSettings->hDevMode = PageSettings is null 263dialogSettings->hDevMode = HGLOBAL.Null;
System.Windows.Forms.Primitives.Tests (1)
Interop\Comdlg32\PRINTDLGWTests.cs (1)
77Assert.Equal(16, (byte*)&sut.hDevMode - addr); // 8, HGLOBAL
4 references to hDevMode
System.Windows.Forms (3)
System\Windows\Forms\Printing\PrintDialog.cs (3)
260Debug.Assert(dialogSettings->hDevMode.IsNull && dialogSettings->hDevNames.IsNull); 312dialogSettings->hDevMode, 341PInvokeCore.GlobalFree(dialogSettings->hDevMode);
System.Windows.Forms.Primitives (1)
Windows\Win32\UI\Controls\Dialogs\PRINTDLGW_32.cs (1)
19/// <inheritdoc cref="PRINTDLGW_64.hDevMode"/>