12 references to Null
System.Drawing.Common (3)
System\Drawing\Printing\PageSettings.cs (1)
116
get => GetPaperSize(HGLOBAL.
Null
);
System\Drawing\Printing\PreviewPrintController.cs (1)
37
_hdc = new(document.PrinterSettings.CreateInformationContext(_modeHandle ?? HGLOBAL.
Null
));
System\Drawing\Printing\PrintController.SafeDeviceModeHandle.cs (1)
54
=> (handle is null) ? HGLOBAL.
Null
: (HGLOBAL)handle.handle;
System.Private.Windows.Core (5)
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (2)
89
pmedium->hGlobal = HGLOBAL.
Null
;
144
pmedium->hGlobal = HGLOBAL.
Null
;
System\Private\Windows\Ole\DragDropFormat.cs (2)
92
mediumDestination.hGlobal = HGLOBAL.
Null
;
121
_medium.hGlobal = HGLOBAL.
Null
;
Windows\Win32\Foundation\GlobalBuffer.cs (1)
60
_hglobal = HGLOBAL.
Null
;
System.Windows.Forms (4)
System\Windows\Forms\Printing\PrintDialog.cs (4)
263
dialogSettings->hDevMode = HGLOBAL.
Null
;
264
dialogSettings->hDevNames = HGLOBAL.
Null
;
377
dialogSettings.hDevMode = HGLOBAL.
Null
;
378
dialogSettings.hDevNames = HGLOBAL.
Null
;