11 references to GlobalLock
System.Windows.Forms (11)
winforms\Managed\System\WinForms\AxHost.cs (2)
6694IntPtr pointer = UnsafeNativeMethods.GlobalLock(new HandleRef(null, hglobal)); 6796IntPtr pointer = UnsafeNativeMethods.GlobalLock(new HandleRef(null, hglobal));
winforms\Managed\System\WinForms\DataObject.cs (9)
958IntPtr ptr = UnsafeNativeMethods.GlobalLock(new HandleRef(null, handle)); 1020IntPtr basePtr = UnsafeNativeMethods.GlobalLock(new HandleRef(null, newHandle)); 1090IntPtr ptr = UnsafeNativeMethods.GlobalLock(new HandleRef(null, newHandle)); 1116IntPtr ptr = UnsafeNativeMethods.GlobalLock(new HandleRef(null, newHandle)); 1147IntPtr ptr = UnsafeNativeMethods.GlobalLock(new HandleRef(null, newHandle)); 1428IntPtr ptr = UnsafeNativeMethods.GlobalLock(new HandleRef(innerData, hglobal)); 1693IntPtr ptr = UnsafeNativeMethods.GlobalLock(new HandleRef(null, handle)); 1875IntPtr ptr = UnsafeNativeMethods.GlobalLock(new HandleRef(null, handle)); 1894IntPtr ptr = UnsafeNativeMethods.GlobalLock(new HandleRef(null, handle));