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