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