15 references to IsNull
Microsoft.Private.Windows.Core (15)
System\IO\StreamExtensions.cs (3)
31if (!hglobal.IsNull) 34if (!freed.IsNull) 49if (hglobal.IsNull)
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (2)
85if (pmedium->hGlobal.IsNull) 146catch (Exception) when (!pmedium->hGlobal.IsNull)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (4)
399if (medium.tymed == Com.TYMED.TYMED_HGLOBAL && !medium.hGlobal.IsNull) 446if (medium.tymed != Com.TYMED.TYMED_ISTREAM || medium.hGlobal.IsNull) 459if (hglobal.IsNull) 472if (!hglobal.IsNull)
System\Private\Windows\Ole\DragDropFormat.cs (1)
74if (mediumDestination.hGlobal.IsNull)
System\Private\Windows\Ole\DragDropHelper.cs (2)
214if (medium.hGlobal.IsNull) 372if (medium.hGlobal.IsNull)
Windows\Win32\Foundation\GlobalBuffer.cs (3)
19if (hglobal.IsNull) 30if (_hglobal.IsNull) 54if (!_hglobal.IsNull)