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();
748
Cursor.Current =
_myNormalCursor
;