1 override of SetCursor
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ComponentTray.cs (1)
2893public override void SetCursor()
4 references to SetCursor
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\OleDragDropHandler.cs (1)
1015_selectionHandler.SetCursor();
System.Windows.Forms.Design.Tests (3)
System\Windows\Forms\Design\OleDragDropHandlerTests.cs (1)
169_selectionHandlerMock.Verify(handler => handler.SetCursor(), Times.Never);
System\Windows\Forms\Design\SelectionUIHandlerTests.cs (2)
167_selectionUIHandlerMock.Setup(h => h.SetCursor()).Callback(() => _control.Cursor = expectedCursor); 169Action act = _selectionUIHandlerMock.Object.SetCursor;