Base:
property
DefaultCursor
System.Windows.Forms.Control.DefaultCursor
4 references to DefaultCursor
System.Windows.Forms.Tests (4)
System\Windows\Forms\DataGridViewTextBoxEditingControlTests.cs (1)
2112
public new Cursor DefaultCursor => base.
DefaultCursor
;
System\Windows\Forms\RichTextBoxTests.cs (1)
10930
public new Cursor DefaultCursor => base.
DefaultCursor
;
TextBoxBaseTests.cs (1)
7689
public new Cursor DefaultCursor => base.
DefaultCursor
;
TextBoxTests.cs (1)
687
public new Cursor DefaultCursor => base.
DefaultCursor
;