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