1 write to _useCustomCursorsCheck
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
658
_useCustomCursorsCheck
= new CheckBox();
6 references to _useCustomCursorsCheck
System.Windows.Forms.UI.IntegrationTests (6)
DragDropTests.cs (6)
683
_useCustomCursorsCheck
.Location = new Point(10, 243);
684
_useCustomCursorsCheck
.Size = new Size(137, 24);
685
_useCustomCursorsCheck
.Text = "Use Custom Cursors";
698
_useCustomCursorsCheck
,
757
_useCustomCursorsCheck
.Checked = false;
799
if (
_useCustomCursorsCheck
.Checked)