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