49 writes to Location
Accessibility_Core_App (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);
DesignSurface (6)
MainForm.Designer.cs (6)
102this.tabPage1.Location = new System.Drawing.Point(4, 25); 112this.tabPage2.Location = new System.Drawing.Point(4, 25); 122this.tabPage3.Location = new System.Drawing.Point(4, 25); 132this.tabPage4.Location = new System.Drawing.Point(4, 25); 142this.tabPage5.Location = new System.Drawing.Point(4, 25); 152this.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)
540tabPage.Location = new(4, 24);
System\Windows\Forms\TabPageTests.cs (24)
1897control.Location = value; 1919control.Location = value; 1987control.Location = value; 2010control.Location = value; 2088control.Location = value; 2113control.Location = value; 2212control.Location = value; 2242control.Location = value; 2292control.Location = new Point(1, 2); 2297control.Location = new Point(1, 2); 2302control.Location = new Point(2, 3); 2329control.Location = new Point(1, 2); 2335control.Location = new Point(1, 2); 2341control.Location = new Point(2, 2); 2347control.Location = new Point(2, 3); 2355control.Location = new Point(1, 2); 2368control.Location = new Point(1, 0); 2372control.Location = new Point(0, 1); 2376control.Location = new Point(1, 2); 2384control.Location = Point.Empty; 2396control.Location = new Point(1, 0); 2400control.Location = new Point(0, 1); 2404control.Location = new Point(1, 2); 2412control.Location = Point.Empty;
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)
93Assert.Equal(Point.Empty, control.Location); 202Assert.Equal(Point.Empty, control.Location); 1904Assert.Equal(value, control.Location); 1926Assert.Equal(value, control.Location); 1994Assert.Equal(value, control.Location); 2017Assert.Equal(value, control.Location); 2095Assert.Equal(value, control.Location); 2120Assert.Equal(value, control.Location); 2219Assert.Equal(expected.Location, control.Location); 2249Assert.Equal(expected.Location, control.Location); 2293Assert.Equal(new Point(1, 2), control.Location); 2298Assert.Equal(new Point(1, 2), control.Location); 2303Assert.Equal(new Point(2, 3), control.Location); 2330Assert.Equal(new Point(1, 2), control.Location); 2336Assert.Equal(new Point(1, 2), control.Location); 2342Assert.Equal(new Point(2, 2), control.Location); 2348Assert.Equal(new Point(2, 3), control.Location); 2356Assert.Equal(new Point(1, 2), control.Location); 2364PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(TabPage))[nameof(TabPage.Location)]; 2369Assert.Equal(new Point(1, 0), control.Location); 2373Assert.Equal(new Point(0, 1), control.Location); 2377Assert.Equal(new Point(1, 2), control.Location); 2381Assert.Equal(new Point(1, 2), control.Location); 2385Assert.Equal(Point.Empty, control.Location); 2392PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(TabPage))[nameof(TabPage.Location)]; 2397Assert.Equal(new Point(1, 0), control.Location); 2401Assert.Equal(new Point(0, 1), control.Location); 2405Assert.Equal(new Point(1, 2), control.Location); 2409Assert.Equal(new Point(1, 2), control.Location); 2413Assert.Equal(Point.Empty, control.Location); 4821Assert.Equal(expected.Location, control.Location); 4851Assert.Equal(expected.Location, control.Location);