15 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 (6)
System\IO\StreamExtensions.cs (1)
44hglobal = HGLOBAL.Null;
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (2)
94pmedium->hGlobal = HGLOBAL.Null; 149pmedium->hGlobal = HGLOBAL.Null;
System\Private\Windows\Ole\DragDropFormat.cs (2)
91mediumDestination.hGlobal = HGLOBAL.Null; 120_medium.hGlobal = HGLOBAL.Null;
Windows\Win32\Foundation\GlobalBuffer.cs (1)
59_hglobal = HGLOBAL.Null;
System.Private.Windows.Core.Tests (2)
System\Private\Windows\Ole\NativeToManagedAdapterTests.cs (2)
128string result = type.TestAccessor.Dynamic.ReadStringFromHGLOBAL(HGLOBAL.Null, unicode); 197string result = type.TestAccessor.Dynamic.ReadUtf8StringFromHGLOBAL(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;