49 writes to Location
Accessibility_Core_App (12)
ContainerControls.Designer.cs (10)
431
this.tabPage9.
Location
= new System.Drawing.Point(4, 24);
453
this.tabPage10.
Location
= new System.Drawing.Point(4, 24);
477
this.tabPage11.
Location
= new System.Drawing.Point(4, 24);
499
this.tabPage12.
Location
= new System.Drawing.Point(4, 24);
595
this.tabPage1.
Location
= new System.Drawing.Point(4, 24);
607
this.tabPage2.
Location
= new System.Drawing.Point(4, 24);
661
this.tabPage3.
Location
= new System.Drawing.Point(4, 24);
683
this.tabPage4.
Location
= new System.Drawing.Point(4, 24);
767
this.tabPage5.
Location
= new System.Drawing.Point(4, 24);
779
this.tabPage6.
Location
= new System.Drawing.Point(4, 24);
ContainerControls2.Designer.cs (2)
371
this.tabPage7.
Location
= new System.Drawing.Point(4, 24);
382
this.tabPage8.
Location
= new System.Drawing.Point(4, 24);
DesignSurface (6)
MainForm.Designer.cs (6)
102
this.tabPage1.
Location
= new System.Drawing.Point(4, 25);
112
this.tabPage2.
Location
= new System.Drawing.Point(4, 25);
122
this.tabPage3.
Location
= new System.Drawing.Point(4, 25);
132
this.tabPage4.
Location
= new System.Drawing.Point(4, 25);
142
this.tabPage5.
Location
= new System.Drawing.Point(4, 25);
152
this.tabPage6.
Location
= new System.Drawing.Point(4, 25);
PresentationUI (2)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (2)
152
this._summaryTab.
Location
= new System.Drawing.Point(4, 22);
424
this._infoTab.
Location
= new System.Drawing.Point(4, 22);
System.Windows.Forms.Tests (25)
System\Windows\Forms\AccessibleObjects\TabPage.TabPageAccessibleObjectTests.cs (1)
540
tabPage.
Location
= new(4, 24);
System\Windows\Forms\TabPageTests.cs (24)
1897
control.
Location
= value;
1919
control.
Location
= value;
1987
control.
Location
= value;
2010
control.
Location
= value;
2088
control.
Location
= value;
2113
control.
Location
= value;
2212
control.
Location
= value;
2242
control.
Location
= value;
2292
control.
Location
= new Point(1, 2);
2297
control.
Location
= new Point(1, 2);
2302
control.
Location
= new Point(2, 3);
2329
control.
Location
= new Point(1, 2);
2335
control.
Location
= new Point(1, 2);
2341
control.
Location
= new Point(2, 2);
2347
control.
Location
= new Point(2, 3);
2355
control.
Location
= new Point(1, 2);
2368
control.
Location
= new Point(1, 0);
2372
control.
Location
= new Point(0, 1);
2376
control.
Location
= new Point(1, 2);
2384
control.
Location
= Point.Empty;
2396
control.
Location
= new Point(1, 0);
2400
control.
Location
= new Point(0, 1);
2404
control.
Location
= new Point(1, 2);
2412
control.
Location
= Point.Empty;
WinFormsControlsTest (4)
MultipleControls.Designer.cs (2)
140
this.tabPage1.
Location
= new System.Drawing.Point(4, 24);
160
this.tabPage2.
Location
= new System.Drawing.Point(4, 24);
ScrollableControls.Designer.cs (2)
324
tabPage1.
Location
= new Point(4, 24);
343
tabPage2.
Location
= new Point(4, 24);
32 references to Location
System.Windows.Forms.Tests (32)
System\Windows\Forms\TabPageTests.cs (32)
93
Assert.Equal(Point.Empty, control.
Location
);
202
Assert.Equal(Point.Empty, control.
Location
);
1904
Assert.Equal(value, control.
Location
);
1926
Assert.Equal(value, control.
Location
);
1994
Assert.Equal(value, control.
Location
);
2017
Assert.Equal(value, control.
Location
);
2095
Assert.Equal(value, control.
Location
);
2120
Assert.Equal(value, control.
Location
);
2219
Assert.Equal(expected.Location, control.
Location
);
2249
Assert.Equal(expected.Location, control.
Location
);
2293
Assert.Equal(new Point(1, 2), control.
Location
);
2298
Assert.Equal(new Point(1, 2), control.
Location
);
2303
Assert.Equal(new Point(2, 3), control.
Location
);
2330
Assert.Equal(new Point(1, 2), control.
Location
);
2336
Assert.Equal(new Point(1, 2), control.
Location
);
2342
Assert.Equal(new Point(2, 2), control.
Location
);
2348
Assert.Equal(new Point(2, 3), control.
Location
);
2356
Assert.Equal(new Point(1, 2), control.
Location
);
2364
PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(TabPage))[nameof(TabPage.
Location
)];
2369
Assert.Equal(new Point(1, 0), control.
Location
);
2373
Assert.Equal(new Point(0, 1), control.
Location
);
2377
Assert.Equal(new Point(1, 2), control.
Location
);
2381
Assert.Equal(new Point(1, 2), control.
Location
);
2385
Assert.Equal(Point.Empty, control.
Location
);
2392
PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(TabPage))[nameof(TabPage.
Location
)];
2397
Assert.Equal(new Point(1, 0), control.
Location
);
2401
Assert.Equal(new Point(0, 1), control.
Location
);
2405
Assert.Equal(new Point(1, 2), control.
Location
);
2409
Assert.Equal(new Point(1, 2), control.
Location
);
2413
Assert.Equal(Point.Empty, control.
Location
);
4821
Assert.Equal(expected.Location, control.
Location
);
4851
Assert.Equal(expected.Location, control.
Location
);