2 overrides of DefaultCursor
System.Windows.Forms (2)
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
98
protected override Cursor
DefaultCursor
=> Dock switch
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
471
protected override Cursor
DefaultCursor
4 references to DefaultCursor
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (1)
1562
Cursor localDefault =
DefaultCursor
;
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
1755
if (Cursor !=
DefaultCursor
&& _childEdit is not null
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
102
_ => base.
DefaultCursor
,
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
1068
if (Cursor ==
DefaultCursor
&& SplitterRectangle.Contains(e.Location))