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