2 overrides of DefaultCursor
System.Windows.Forms (2)
System\Windows\Forms\Controls\Splitter\Splitter.cs (1)
98protected override Cursor DefaultCursor => Dock switch
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
471protected override Cursor DefaultCursor
4 references to DefaultCursor
System.Windows.Forms (4)
System\Windows\Forms\Control.cs (1)
1562Cursor localDefault = DefaultCursor;
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
1755if (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)
1068if (Cursor == DefaultCursor && SplitterRectangle.Contains(e.Location))