1 write to _useCustomCursorsCheck
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
659
_useCustomCursorsCheck
= new CheckBox();
6 references to _useCustomCursorsCheck
System.Windows.Forms.UI.IntegrationTests (6)
DragDropTests.cs (6)
684
_useCustomCursorsCheck
.Location = new Point(10, 243);
685
_useCustomCursorsCheck
.Size = new Size(137, 24);
686
_useCustomCursorsCheck
.Text = "Use Custom Cursors";
699
_useCustomCursorsCheck
,
758
_useCustomCursorsCheck
.Checked = false;
800
if (
_useCustomCursorsCheck
.Checked)