7 writes to Location
System.Windows.Forms.Tests (7)
System\Windows\Forms\ToolStripContentPanelTests.cs (7)
940control.Location = value; 962control.Location = value; 1006control.Location = new Point(1, 2); 1012control.Location = new Point(1, 2); 1018control.Location = new Point(2, 2); 1024control.Location = new Point(2, 3); 1032control.Location = new Point(1, 2);
8 references to Location
System.Windows.Forms.Tests (8)
System\Windows\Forms\ToolStripContentPanelTests.cs (8)
92Assert.Equal(Point.Empty, control.Location); 947Assert.Equal(value, control.Location); 969Assert.Equal(value, control.Location); 1007Assert.Equal(new Point(1, 2), control.Location); 1013Assert.Equal(new Point(1, 2), control.Location); 1019Assert.Equal(new Point(2, 2), control.Location); 1025Assert.Equal(new Point(2, 3), control.Location); 1033Assert.Equal(new Point(1, 2), control.Location);