5 references to Handle
System.Windows.Forms (5)
winforms\Managed\System\WinForms\AxHost.cs (1)
4781NativeMethods.PICTDESCicon pictdesc = new NativeMethods.PICTDESCicon(Icon.FromHandle(cursor.Handle));
winforms\Managed\System\WinForms\Cursor.cs (3)
270currentIcon = Icon.FromHandle(this.Handle); 365return SafeNativeMethods.CopyImage(new HandleRef(this, Handle), NativeMethods.IMAGE_CURSOR, sz.Width, sz.Height, 0); 498SafeNativeMethods.IntersectClipRect(new HandleRef(this, Handle), targetX, targetY, targetX+clipWidth, targetY+clipHeight);
winforms\Managed\System\WinForms\RichTextBox.cs (1)
3692UnsafeNativeMethods.SetCursor(new HandleRef(Cursors.Hand, Cursors.Hand.Handle));