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