10 references to Hand
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (1)
345
this.DataGrid.Cursor = Cursors.
Hand
;
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (2)
908
if (this.DataGridView.Cursor != Cursors.
Hand
)
910
this.DataGridView.Cursor = Cursors.
Hand
;
winforms\Managed\System\WinForms\LinkLabel.cs (1)
1085
OverrideCursor = Cursors.
Hand
;
winforms\Managed\System\WinForms\RichTextBox.cs (2)
3692
UnsafeNativeMethods.SetCursor(new HandleRef(Cursors.
Hand
, Cursors.
Hand
.Handle));
winforms\Managed\System\WinForms\ToolStripLabel.cs (1)
232
parent.Cursor = Cursors.
Hand
;
System.Workflow.Activities (1)
Designers\StateDesigner.Layouts.cs (1)
587
this.ParentStateDesigner.Cursor = Cursors.
Hand
;
System.Workflow.ComponentModel (2)
AuthoringOM\Design\MessageFilters\GlyphManager.cs (2)
302
parentView.Cursor = Cursors.
Hand
;
303
else if (parentView.Cursor == Cursors.
Hand
)