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