1 implementation of SetCursor
System.Windows.Forms.UI.IntegrationTests (1)
DesignBehaviorsTests.cs (1)
277public bool SetCursor()
5 references to SetCursor
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\Behavior\BehaviorService.cs (1)
588if (_toolboxSvc is not null && _toolboxSvc.SetCursor())
System\Windows\Forms\Design\ComponentTray.cs (1)
1494if (_toolboxService is null || !_toolboxService.SetCursor())
System\Windows\Forms\Design\ControlDesigner.cs (1)
1585if (_toolboxService is not null && _toolboxService.SetCursor())
System\Windows\Forms\Design\ParentControlDesigner.cs (1)
2071if (_toolboxService is null || !_toolboxService.SetCursor() || InheritanceAttribute.Equals(InheritanceAttribute.InheritedReadOnly))
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
2112|| !_toolboxService.SetCursor()