3 overrides of DefaultCursor
System.Windows.Forms (2)
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
101
protected override Cursor
DefaultCursor
=> Dock switch
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
470
protected override Cursor
DefaultCursor
System.Windows.Forms.Tests (1)
System\Windows\Forms\ControlTests.Properties.cs (1)
3803
protected override Cursor
DefaultCursor
=> DefaultCursorResult;
48 references to DefaultCursor
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (1)
1473
Cursor localDefault =
DefaultCursor
;
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
1750
if (Cursor !=
DefaultCursor
&& _childEdit is not null
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
105
_ => base.
DefaultCursor
,
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
1068
if (Cursor ==
DefaultCursor
&& SplitterRectangle.Contains(e.Location))
System.Windows.Forms.Design.Tests (1)
System\ComponentModel\Design\ByteViewerTests.cs (1)
1018
public new Cursor DefaultCursor => base.
DefaultCursor
;
System.Windows.Forms.Tests (43)
System\Windows\Forms\AxHostTests.cs (1)
3176
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\ButtonBaseTests.cs (1)
9279
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\ButtonTests.cs (1)
3687
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\CheckBoxTests.cs (1)
642
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\ComboBoxTests.cs (1)
2831
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\ContainerControlTests.cs (1)
1421
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\ControlTests.cs (1)
1154
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\DateTimePickerTests.cs (1)
1016
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
390
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
893
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\DomainUpDownTests.cs (1)
1480
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
440
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\FormTests.cs (1)
2700
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\GroupBoxTests.cs (1)
2305
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\HScrollBarTests.cs (1)
254
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\LabelTests.cs (1)
889
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\ListBoxTests.cs (1)
6412
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\ListControlTests.cs (1)
2920
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\ListViewTests.cs (1)
6107
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\MenuStripTests.cs (1)
858
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\MonthCalendarTests.cs (1)
4736
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\PanelTests.cs (1)
1162
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\PictureBoxTests.cs (1)
2848
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\ProgressBarTests.cs (1)
2592
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\PropertyGridTests.cs (1)
4151
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\RadioButtonTests.cs (1)
1535
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\ScrollableControlTests.cs (1)
2580
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\ScrollBarTests.cs (1)
3168
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\StatusStripTests.cs (1)
1280
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\TabControlTests.cs (1)
5756
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2179
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\TabPageTests.cs (1)
5243
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
2024
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5098
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\ToolStripPanelTests.cs (1)
367
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\ToolStripTests.cs (1)
7503
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\TreeViewTests.cs (1)
7580
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\UpDownBaseTests.cs (1)
3113
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\UserControlTests.cs (1)
1805
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\VScrollBarTests.cs (1)
244
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\WebBrowserTests.cs (1)
4674
public new Cursor DefaultCursor => base.
DefaultCursor
;
TrackBarTests.cs (1)
3286
public new Cursor DefaultCursor => base.
DefaultCursor
;
WebBrowserBaseTests.cs (1)
894
public new Cursor DefaultCursor => base.
DefaultCursor
;