1 write to _dropLocationLabel
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
660
_dropLocationLabel
= new Label();
10 references to _dropLocationLabel
System.Windows.Forms.UI.IntegrationTests (10)
DragDropTests.cs (10)
689
_dropLocationLabel
.Location = new Point(154, 245);
690
_dropLocationLabel
.Size = new Size(137, 24);
691
_dropLocationLabel
.Text = "None";
700
_dropLocationLabel
820
_dropLocationLabel
.Text = "None - no string data.";
872
_dropLocationLabel
.Text = $"Drops before item #{(_indexOfItemUnderMouseToDrop + 1)}";
876
_dropLocationLabel
.Text = "Drops at the end.";
901
_dropLocationLabel
.Text = "None";
932
_dropLocationLabel
.Text = "None";
943
_dropLocationLabel
.Text = "None";