2 writes to _hglobal
System.Private.Windows.Core (2)
Windows\Win32\Foundation\GlobalBuffer.cs (2)
25
_hglobal
= PInvokeCore.GlobalReAlloc(
59
_hglobal
= HGLOBAL.Null;
4 references to _hglobal
System.Private.Windows.Core (4)
Windows\Win32\Foundation\GlobalBuffer.cs (4)
30
if (
_hglobal
.IsNull)
36
_pointer = PInvokeCore.GlobalLock(
_hglobal
);
54
if (!
_hglobal
.IsNull)
56
PInvokeCore.GlobalUnlock(
_hglobal
);