4 references to get_Handle
System.Windows.Forms (3)
System\Windows\Forms\ComponentModel\COM2Interop\COM2PictureConverter.cs (2)
49picture.Value->get_Handle(out OLE_HANDLE handle).ThrowOnFailure(); 123picture.Value->get_Handle(out _lastNativeHandle).ThrowOnFailure();
System\Windows\Forms\Input\Cursor.cs (1)
417picture.Value->get_Handle(out OLE_HANDLE oleHandle);
System.Windows.Forms.Primitives (1)
System\Drawing\ImageExtensions.cs (1)
95picture->get_Handle(out OLE_HANDLE handle).ThrowOnFailure();