4 references to GetHandle
System.Windows.Forms (4)
winforms\Managed\System\WinForms\AxHost.cs (1)
4817return GetPictureFromParams(pict, pict.GetHandle(), type, hPal, pict.GetWidth(), pict.GetHeight());
winforms\Managed\System\WinForms\ComponentModel\COM2Interop\COM2PictureConverter.cs (2)
62IntPtr handle = nativePicture.GetHandle(); 127lastNativeHandle = pict.GetHandle();
winforms\Managed\System\WinForms\Cursor.cs (1)
634IntPtr cursorHandle = picture.GetHandle();