49 writes to Location
DesignSurface (6)
MainForm.Designer.cs (6)
100this.tabPage1.Location = new System.Drawing.Point(4, 25); 110this.tabPage2.Location = new System.Drawing.Point(4, 25); 120this.tabPage3.Location = new System.Drawing.Point(4, 25); 130this.tabPage4.Location = new System.Drawing.Point(4, 25); 140this.tabPage5.Location = new System.Drawing.Point(4, 25); 150this.tabPage6.Location = new System.Drawing.Point(4, 25);
PresentationUI (2)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (2)
152this._summaryTab.Location = new System.Drawing.Point(4, 22); 424this._infoTab.Location = new System.Drawing.Point(4, 22);
System.Windows.Forms.Tests (25)
System\Windows\Forms\AccessibleObjects\TabPage.TabPageAccessibleObjectTests.cs (1)
542tabPage.Location = new(4, 24);
System\Windows\Forms\TabPageTests.cs (24)
1899control.Location = value; 1921control.Location = value; 1989control.Location = value; 2012control.Location = value; 2090control.Location = value; 2115control.Location = value; 2214control.Location = value; 2244control.Location = value; 2294control.Location = new Point(1, 2); 2299control.Location = new Point(1, 2); 2304control.Location = new Point(2, 3); 2331control.Location = new Point(1, 2); 2337control.Location = new Point(1, 2); 2343control.Location = new Point(2, 2); 2349control.Location = new Point(2, 3); 2357control.Location = new Point(1, 2); 2370control.Location = new Point(1, 0); 2374control.Location = new Point(0, 1); 2378control.Location = new Point(1, 2); 2386control.Location = Point.Empty; 2398control.Location = new Point(1, 0); 2402control.Location = new Point(0, 1); 2406control.Location = new Point(1, 2); 2414control.Location = Point.Empty;
TestPassApp (12)
ContainerControls.Designer.cs (10)
431this.tabPage9.Location = new System.Drawing.Point(4, 24); 453this.tabPage10.Location = new System.Drawing.Point(4, 24); 477this.tabPage11.Location = new System.Drawing.Point(4, 24); 499this.tabPage12.Location = new System.Drawing.Point(4, 24); 595this.tabPage1.Location = new System.Drawing.Point(4, 24); 607this.tabPage2.Location = new System.Drawing.Point(4, 24); 661this.tabPage3.Location = new System.Drawing.Point(4, 24); 683this.tabPage4.Location = new System.Drawing.Point(4, 24); 767this.tabPage5.Location = new System.Drawing.Point(4, 24); 779this.tabPage6.Location = new System.Drawing.Point(4, 24);
ContainerControls2.Designer.cs (2)
371this.tabPage7.Location = new System.Drawing.Point(4, 24); 382this.tabPage8.Location = new System.Drawing.Point(4, 24);
WinFormsControlsTest (4)
MultipleControls.Designer.cs (2)
140this.tabPage1.Location = new System.Drawing.Point(4, 24); 160this.tabPage2.Location = new System.Drawing.Point(4, 24);
ScrollableControls.Designer.cs (2)
324tabPage1.Location = new Point(4, 24); 343tabPage2.Location = new Point(4, 24);
32 references to Location
System.Windows.Forms.Tests (32)
System\Windows\Forms\TabPageTests.cs (32)
95Assert.Equal(Point.Empty, control.Location); 204Assert.Equal(Point.Empty, control.Location); 1906Assert.Equal(value, control.Location); 1928Assert.Equal(value, control.Location); 1996Assert.Equal(value, control.Location); 2019Assert.Equal(value, control.Location); 2097Assert.Equal(value, control.Location); 2122Assert.Equal(value, control.Location); 2221Assert.Equal(expected.Location, control.Location); 2251Assert.Equal(expected.Location, control.Location); 2295Assert.Equal(new Point(1, 2), control.Location); 2300Assert.Equal(new Point(1, 2), control.Location); 2305Assert.Equal(new Point(2, 3), control.Location); 2332Assert.Equal(new Point(1, 2), control.Location); 2338Assert.Equal(new Point(1, 2), control.Location); 2344Assert.Equal(new Point(2, 2), control.Location); 2350Assert.Equal(new Point(2, 3), control.Location); 2358Assert.Equal(new Point(1, 2), control.Location); 2366PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(TabPage))[nameof(TabPage.Location)]; 2371Assert.Equal(new Point(1, 0), control.Location); 2375Assert.Equal(new Point(0, 1), control.Location); 2379Assert.Equal(new Point(1, 2), control.Location); 2383Assert.Equal(new Point(1, 2), control.Location); 2387Assert.Equal(Point.Empty, control.Location); 2394PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(TabPage))[nameof(TabPage.Location)]; 2399Assert.Equal(new Point(1, 0), control.Location); 2403Assert.Equal(new Point(0, 1), control.Location); 2407Assert.Equal(new Point(1, 2), control.Location); 2411Assert.Equal(new Point(1, 2), control.Location); 2415Assert.Equal(Point.Empty, control.Location); 4823Assert.Equal(expected.Location, control.Location); 4853Assert.Equal(expected.Location, control.Location);