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)
3801
protected override Cursor
DefaultCursor
=> DefaultCursorResult;
48 references to DefaultCursor
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (1)
1474
Cursor localDefault =
DefaultCursor
;
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
1749
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)
1016
public new Cursor DefaultCursor => base.
DefaultCursor
;
System.Windows.Forms.Tests (43)
System\Windows\Forms\AxHostTests.cs (1)
3174
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\ButtonBaseTests.cs (1)
9277
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\ButtonTests.cs (1)
3685
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\CheckBoxTests.cs (1)
640
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\ComboBoxTests.cs (1)
2829
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\ContainerControlTests.cs (1)
1419
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\ControlTests.cs (1)
1152
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\DateTimePickerTests.cs (1)
1014
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\Design\ComponentEditorFormTests.cs (1)
388
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\Design\ComponentEditorPageTests.cs (1)
891
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\DomainUpDownTests.cs (1)
1478
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\FlowLayoutPanelTests.cs (1)
438
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\FormTests.cs (1)
2698
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\GroupBoxTests.cs (1)
2303
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\HScrollBarTests.cs (1)
252
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\LabelTests.cs (1)
887
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\ListBoxTests.cs (1)
6410
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\ListControlTests.cs (1)
2918
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\ListViewTests.cs (1)
6105
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\MenuStripTests.cs (1)
856
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\MonthCalendarTests.cs (1)
4734
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\PanelTests.cs (1)
1160
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\PictureBoxTests.cs (1)
2846
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\ProgressBarTests.cs (1)
2590
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\PropertyGridTests.cs (1)
4149
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\RadioButtonTests.cs (1)
1533
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\ScrollableControlTests.cs (1)
2578
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\ScrollBarTests.cs (1)
3166
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\StatusStripTests.cs (1)
1278
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\TabControlTests.cs (1)
5727
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\TableLayoutPanelTests.cs (1)
2177
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\TabPageTests.cs (1)
5241
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\ToolStripContentPanelTests.cs (1)
2022
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\ToolStripDropDownTests.cs (1)
5096
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\ToolStripPanelTests.cs (1)
365
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\ToolStripTests.cs (1)
7532
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\TreeViewTests.cs (1)
7578
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\UpDownBaseTests.cs (1)
3111
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\UserControlTests.cs (1)
1803
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\VScrollBarTests.cs (1)
242
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\WebBrowserTests.cs (1)
4672
public new Cursor DefaultCursor => base.
DefaultCursor
;
TrackBarTests.cs (1)
3284
public new Cursor DefaultCursor => base.
DefaultCursor
;
WebBrowserBaseTests.cs (1)
892
public new Cursor DefaultCursor => base.
DefaultCursor
;