7 writes to Location
System.Windows.Forms.Tests (7)
System\Windows\Forms\ToolStripContentPanelTests.cs (7)
938control.Location = value; 960control.Location = value; 1004control.Location = new Point(1, 2); 1010control.Location = new Point(1, 2); 1016control.Location = new Point(2, 2); 1022control.Location = new Point(2, 3); 1030control.Location = new Point(1, 2);
8 references to Location
System.Windows.Forms.Tests (8)
System\Windows\Forms\ToolStripContentPanelTests.cs (8)
90Assert.Equal(Point.Empty, control.Location); 945Assert.Equal(value, control.Location); 967Assert.Equal(value, control.Location); 1005Assert.Equal(new Point(1, 2), control.Location); 1011Assert.Equal(new Point(1, 2), control.Location); 1017Assert.Equal(new Point(2, 2), control.Location); 1023Assert.Equal(new Point(2, 3), control.Location); 1031Assert.Equal(new Point(1, 2), control.Location);