30 references to Default
System.Web.Entity.Design (2)
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContext.cs (1)
63Cursor.Current = Cursors.Default;
System\Data\WebControls\Design\EntityDataSourceConfigureObjectContextPanel.cs (1)
299Cursor.Current = Cursors.Default;
System.Windows.Forms (10)
winforms\Managed\System\WinForms\Control.cs (2)
2054if (localDefault != Cursors.Default) { 2157return Cursors.Default;
winforms\Managed\System\WinForms\DataGridRelationshipRow.cs (1)
349this.DataGrid.Cursor = Cursors.Default;
winforms\Managed\System\WinForms\DataGridViewComboBoxEditingControl.cs (1)
115return Cursors.Default;
winforms\Managed\System\WinForms\DataGridViewTextBoxEditingControl.cs (1)
109return Cursors.Default;
winforms\Managed\System\WinForms\PropertyGrid.cs (1)
5035return Cursors.Default;
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 (2)
3221Cursor = Cursors.Default; // Cursor = null;; 3296Cursor = Cursors.Default; // Cursor = null;;
System.Windows.Forms.DataVisualization (1)
WinForm\ChartWinControl.cs (1)
168 internal System.Windows.Forms.Cursor defaultCursor = Cursors.Default;
System.Workflow.ComponentModel (17)
AuthoringOM\Design\Connector.cs (1)
834Cursor cursor = Cursors.Default;
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (2)
329Cursor.Current = Cursors.Default; 521Cursor.Current = Cursors.Default;
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (2)
431Cursor.Current = Cursors.Default; 1203this.Cursor = Cursors.Default;
AuthoringOM\Design\Dialogs\WorkflowPageSetupDialog.cs (1)
234Cursor.Current = Cursors.Default;
AuthoringOM\Design\MessageFilters\ConnectionManager.cs (4)
420Cursor cursorToSet = Cursors.Default; 444if (cursorToSet == Cursors.Default) 462(cursorToSet != Cursors.Default || 469return (cursorToSet != Cursors.Default);
AuthoringOM\Design\MessageFilters\DragSelectionMessageFilter.cs (1)
19private Cursor previousCursor = Cursors.Default;
AuthoringOM\Design\MessageFilters\FreeFormDragDropManager.cs (2)
23private Cursor previousCursor = Cursors.Default; 270if (ParentView.Cursor != FreeFormDragDropManager.MoveCursor && ParentView.Cursor == Cursors.Default)
AuthoringOM\Design\MessageFilters\GlyphManager.cs (1)
304parentView.Cursor = Cursors.Default;
AuthoringOM\Design\MessageFilters\PanningMessageFilter.cs (1)
20private Cursor previousCursor = Cursors.Default;
AuthoringOM\Design\MessageFilters\ResizingMessageFilter.cs (1)
144cursorToSet = Cursors.Default;
AuthoringOM\Design\MessageFilters\ZoomingMessageFilter.cs (1)
25private Cursor previousCursor = Cursors.Default;