9 references to GlobalLock
Microsoft.Private.Windows.Core (9)
System\IO\StreamExtensions.cs (1)
54void* buffer = PInvokeCore.GlobalLock(hglobal);
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (4)
141void* buffer = PInvokeCore.GlobalLock(hglobal); 178void* buffer = PInvokeCore.GlobalLock(hglobal); 236void* buffer = PInvokeCore.GlobalLock(hglobal); 464void* ptr = PInvokeCore.GlobalLock(hglobal);
System\Private\Windows\Ole\DragDropHelper.cs (3)
142void* basePtr = PInvokeCore.GlobalLock(dragDropFormat.Medium.hGlobal); 219void* basePtr = PInvokeCore.GlobalLock(medium.hGlobal); 377void* basePtr = PInvokeCore.GlobalLock(medium.hGlobal);
Windows\Win32\Foundation\GlobalBuffer.cs (1)
36_pointer = PInvokeCore.GlobalLock(_hglobal);