1 override of Cursor
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\ResizeBehavior.cs (1)
78
public override Cursor
Cursor
2 references to Cursor
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (1)
524
cursor = behavior.
Cursor
;
System.Windows.Forms.Design.Tests (1)
ControlDesignerTests.cs (1)
61
controlDesigner.StandardBehavior.
Cursor
.Should().Be(Cursors.Default);