2 writes to _hglobal
System.Private.Windows.Core (2)
Windows\Win32\Foundation\GlobalBuffer.cs (2)
26
_hglobal
= PInvokeCore.GlobalReAlloc(
60
_hglobal
= HGLOBAL.Null;
4 references to _hglobal
System.Private.Windows.Core (4)
Windows\Win32\Foundation\GlobalBuffer.cs (4)
31
if (
_hglobal
.IsNull)
37
_pointer = PInvokeCore.GlobalLock(
_hglobal
);
55
if (!
_hglobal
.IsNull)
57
PInvokeCore.GlobalUnlock(
_hglobal
);