12 references to Null
System.Drawing.Common (3)
System\Drawing\Printing\PageSettings.cs (1)
116get => 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)
89pmedium->hGlobal = HGLOBAL.Null; 144pmedium->hGlobal = HGLOBAL.Null;
System\Private\Windows\Ole\DragDropFormat.cs (2)
92mediumDestination.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)
263dialogSettings->hDevMode = HGLOBAL.Null; 264dialogSettings->hDevNames = HGLOBAL.Null; 377dialogSettings.hDevMode = HGLOBAL.Null; 378dialogSettings.hDevNames = HGLOBAL.Null;