1 write to _myNormalCursor
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
694_myNormalCursor = new Cursor("./Resources/3dwarro.cur");
2 references to _myNormalCursor
System.Windows.Forms.UI.IntegrationTests (2)
DragDropTests.cs (2)
730_myNormalCursor?.Dispose(); 748Cursor.Current = _myNormalCursor;