7 overrides of Cursor
System.Windows.Forms (7)
winforms\Managed\System\WinForms\AxHost.cs (1)
447public override Cursor Cursor {
winforms\Managed\System\WinForms\DataGrid.cs (1)
2500public override Cursor Cursor {
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
760public override Cursor Cursor {
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
5033public override Cursor Cursor {
winforms\Managed\System\WinForms\ToolStrip.cs (1)
588public override Cursor Cursor {
winforms\Managed\System\WinForms\ToolStripContainer.cs (1)
254public override Cursor Cursor {
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
1477public override Cursor Cursor {
50 writes to Cursor
System.Web.Mobile (6)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (2)
689this.Cursor = Cursors.WaitCursor; 701this.Cursor = oldCursor;
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (4)
463this.Cursor = Cursors.WaitCursor; 480this.Cursor = oldCursor; 489this.Cursor = oldCursor; 497this.Cursor = oldCursor;
System.Windows.Forms (27)
winforms\Managed\System\WinForms\AxHost.cs (1)
453base.Cursor = value;
winforms\Managed\System\WinForms\Control.cs (1)
10881Cursor = null;
winforms\Managed\System\WinForms\DataGrid.cs (1)
2507base.Cursor = value;
winforms\Managed\System\WinForms\DataGridView.cs (1)
2338this.Cursor = value;
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (3)
876this.DataGridView.Cursor = dataGridViewCursor; 910this.DataGridView.Cursor = Cursors.Hand; 918this.DataGridView.Cursor = dataGridViewCursor;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
765base.Cursor = value;
winforms\Managed\System\WinForms\PropertyGrid.cs (4)
3165Cursor = Cursors.HSplit; 3168Cursor = null; 3194Cursor = null; 5038base.Cursor = value;
winforms\Managed\System\WinForms\PropertyGridInternal\DocComment.cs (2)
46m_labelTitle.Cursor = Cursors.Default; 49m_labelDesc.Cursor = Cursors.Default;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (10)
3221Cursor = Cursors.Default; // Cursor = null;; 3293Cursor = Cursors.VSplit; 3296Cursor = Cursors.Default; // Cursor = null;; 3617Cursor = Cursors.WaitCursor; 3624Cursor = oldCursor; 5815Cursor = Cursors.SizeNESW; 5819Cursor = Cursors.SizeNS; 5822Cursor = Cursors.SizeNWSE; 5825Cursor = null; 5888Cursor = null;
winforms\Managed\System\WinForms\ToolStrip.cs (1)
590set { base.Cursor = value; }
winforms\Managed\System\WinForms\ToolStripContainer.cs (1)
256set { base.Cursor = value; }
winforms\Managed\System\WinForms\ToolStripGrip.cs (1)
255control.Cursor = cursor;
System.Workflow.Activities (1)
Designers\StateDesigner.cs (1)
793this.ParentView.Cursor = value;
System.Workflow.ComponentModel (16)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
1203this.Cursor = Cursors.Default;
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
814this.headerAlignmentLabel.Cursor = System.Windows.Forms.Cursors.Arrow;
AuthoringOM\Design\MessageFilters\ConnectionManager.cs (1)
466workflowView.Cursor = cursorToSet;
AuthoringOM\Design\MessageFilters\DragSelectionMessageFilter.cs (2)
154parentView.Cursor = Cursors.Cross; 162parentView.Cursor = this.previousCursor;
AuthoringOM\Design\MessageFilters\FreeFormDragDropManager.cs (2)
273ParentView.Cursor = FreeFormDragDropManager.MoveCursor; 278ParentView.Cursor = this.previousCursor;
AuthoringOM\Design\MessageFilters\GlyphManager.cs (2)
302parentView.Cursor = Cursors.Hand; 304parentView.Cursor = Cursors.Default;
AuthoringOM\Design\MessageFilters\PanningMessageFilter.cs (2)
115ParentView.Cursor = (this.panningActive) ? PanningMessageFilter.PanBeganCursor : PanningMessageFilter.PanReadyCursor; 163ParentView.Cursor = this.previousCursor;
AuthoringOM\Design\MessageFilters\ResizingMessageFilter.cs (1)
148workflowView.Cursor = cursorToSet;
AuthoringOM\Design\MessageFilters\ZoomingMessageFilter.cs (4)
235ParentView.Cursor = this.previousCursor; 243parentView.Cursor = ZoomingMessageFilter.ZoomDisabledCursor; 245parentView.Cursor = ZoomingMessageFilter.ZoomInCursor; 247parentView.Cursor = ZoomingMessageFilter.ZoomOutCursor;
43 references to Cursor
System.Web.Mobile (2)
UI\MobileControls\Design\AppliedDeviceFiltersDialog.cs (1)
688oldCursor = this.Cursor;
UI\MobileControls\Design\DeviceFilterEditorDialog.cs (1)
462oldCursor = this.Cursor;
System.Windows.Forms (24)
winforms\Managed\System\WinForms\AxHost.cs (1)
449return base.Cursor;
winforms\Managed\System\WinForms\ComboBox.cs (2)
1947if (Cursor != DefaultCursor && childEdit != null && m.HWnd == childEdit.Handle && NativeMethods.Util.LOWORD(m.LParam) == NativeMethods.HTCLIENT) { 1948Cursor.CurrentInternal = Cursor;
winforms\Managed\System\WinForms\Control.cs (5)
2060return p.Cursor; 2072Cursor resolvedCursor = Cursor; 3855oldCursor = Cursor; 3870if (checkCursor && oldCursor.Equals(Cursor)) { 13819Cursor.CurrentInternal = Cursor;
winforms\Managed\System\WinForms\DataGrid.cs (1)
2503return base.Cursor;
winforms\Managed\System\WinForms\DataGridView.cs (1)
5184return this.Cursor;
winforms\Managed\System\WinForms\DataGridViewLinkCell.cs (1)
908if (this.DataGridView.Cursor != Cursors.Hand)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
6030this.oldCursor = this.Cursor; 15067this.oldCursor = this.Cursor; 16656this.oldCursor = this.Cursor; 16678this.oldCursor = this.Cursor;
winforms\Managed\System\WinForms\LinkLabel.cs (1)
1929Cursor.CurrentInternal = Cursor;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (1)
762return base.Cursor;
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (1)
3613Cursor oldCursor = Cursor;
winforms\Managed\System\WinForms\RichTextBox.cs (1)
3691if (LinkCursor && !Cursor.Equals(Cursors.WaitCursor)) {
winforms\Managed\System\WinForms\SplitContainer.cs (2)
1257if (Cursor == DefaultCursor && SplitterRectangle.Contains(e.Location)) 2355Cursor.CurrentInternal = Cursor;
winforms\Managed\System\WinForms\ToolStrip.cs (1)
589get { return base.Cursor; }
winforms\Managed\System\WinForms\ToolStripContainer.cs (1)
255get { return base.Cursor; }
winforms\Managed\System\WinForms\WebBrowserBase.cs (1)
1479return base.Cursor;
System.Windows.Forms.DataVisualization (1)
WinForm\ChartWinControl.cs (1)
2218this.defaultCursor = this.Cursor;
System.Workflow.Activities (1)
Designers\StateDesigner.cs (1)
789return this.ParentView.Cursor;
System.Workflow.ComponentModel (15)
AuthoringOM\Design\MessageFilters\ConnectionManager.cs (2)
463workflowView.Cursor == ConnectionManager.SnappedConnectionCursor || 464workflowView.Cursor == ConnectionManager.NewConnectorCursor))
AuthoringOM\Design\MessageFilters\DragSelectionMessageFilter.cs (1)
153this.previousCursor = parentView.Cursor;
AuthoringOM\Design\MessageFilters\FreeFormDragDropManager.cs (3)
270if (ParentView.Cursor != FreeFormDragDropManager.MoveCursor && ParentView.Cursor == Cursors.Default) 272this.previousCursor = ParentView.Cursor;
AuthoringOM\Design\MessageFilters\GlyphManager.cs (1)
303else if (parentView.Cursor == Cursors.Hand)
AuthoringOM\Design\MessageFilters\PanningMessageFilter.cs (1)
147this.previousCursor = ParentView.Cursor;
AuthoringOM\Design\MessageFilters\ResizingMessageFilter.cs (6)
121Cursor cursorToSet = workflowView.Cursor; 141(workflowView.Cursor == Cursors.SizeNWSE || workflowView.Cursor == Cursors.SizeNESW || 142workflowView.Cursor == Cursors.SizeNS || workflowView.Cursor == Cursors.SizeWE)) 147if (workflowView.Cursor != cursorToSet)
AuthoringOM\Design\MessageFilters\ZoomingMessageFilter.cs (1)
219this.previousCursor = ParentView.Cursor;