2 references to CreateILockBytesOnHGlobal
System.Windows.Forms (2)
winforms\Managed\System\WinForms\AxHost.cs (1)
6706iLockBytes = UnsafeNativeMethods.CreateILockBytesOnHGlobal(new HandleRef(null, hglobal), true);
winforms\Managed\System\WinForms\RichTextBox.cs (1)
3789UnsafeNativeMethods.ILockBytes pLockBytes = UnsafeNativeMethods.CreateILockBytesOnHGlobal(NativeMethods.NullHandleRef, true);