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