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