1 write to _useCustomCursorsCheck
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
602
_useCustomCursorsCheck
= new CheckBox();
6 references to _useCustomCursorsCheck
System.Windows.Forms.UI.IntegrationTests (6)
DragDropTests.cs (6)
627
_useCustomCursorsCheck
.Location = new Point(10, 243);
628
_useCustomCursorsCheck
.Size = new Size(137, 24);
629
_useCustomCursorsCheck
.Text = "Use Custom Cursors";
642
_useCustomCursorsCheck
,
701
_useCustomCursorsCheck
.Checked = false;
743
if (
_useCustomCursorsCheck
.Checked)