49 writes to Location
DesignSurface (6)
MainForm.Designer.cs (6)
100
this.tabPage1.
Location
= new System.Drawing.Point(4, 25);
110
this.tabPage2.
Location
= new System.Drawing.Point(4, 25);
120
this.tabPage3.
Location
= new System.Drawing.Point(4, 25);
130
this.tabPage4.
Location
= new System.Drawing.Point(4, 25);
140
this.tabPage5.
Location
= new System.Drawing.Point(4, 25);
150
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)
542
tabPage.
Location
= new(4, 24);
System\Windows\Forms\TabPageTests.cs (24)
1899
control.
Location
= value;
1921
control.
Location
= value;
1989
control.
Location
= value;
2012
control.
Location
= value;
2090
control.
Location
= value;
2115
control.
Location
= value;
2214
control.
Location
= value;
2244
control.
Location
= value;
2294
control.
Location
= new Point(1, 2);
2299
control.
Location
= new Point(1, 2);
2304
control.
Location
= new Point(2, 3);
2331
control.
Location
= new Point(1, 2);
2337
control.
Location
= new Point(1, 2);
2343
control.
Location
= new Point(2, 2);
2349
control.
Location
= new Point(2, 3);
2357
control.
Location
= new Point(1, 2);
2370
control.
Location
= new Point(1, 0);
2374
control.
Location
= new Point(0, 1);
2378
control.
Location
= new Point(1, 2);
2386
control.
Location
= Point.Empty;
2398
control.
Location
= new Point(1, 0);
2402
control.
Location
= new Point(0, 1);
2406
control.
Location
= new Point(1, 2);
2414
control.
Location
= Point.Empty;
TestPassApp (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);
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)
95
Assert.Equal(Point.Empty, control.
Location
);
204
Assert.Equal(Point.Empty, control.
Location
);
1906
Assert.Equal(value, control.
Location
);
1928
Assert.Equal(value, control.
Location
);
1996
Assert.Equal(value, control.
Location
);
2019
Assert.Equal(value, control.
Location
);
2097
Assert.Equal(value, control.
Location
);
2122
Assert.Equal(value, control.
Location
);
2221
Assert.Equal(expected.Location, control.
Location
);
2251
Assert.Equal(expected.Location, control.
Location
);
2295
Assert.Equal(new Point(1, 2), control.
Location
);
2300
Assert.Equal(new Point(1, 2), control.
Location
);
2305
Assert.Equal(new Point(2, 3), control.
Location
);
2332
Assert.Equal(new Point(1, 2), control.
Location
);
2338
Assert.Equal(new Point(1, 2), control.
Location
);
2344
Assert.Equal(new Point(2, 2), control.
Location
);
2350
Assert.Equal(new Point(2, 3), control.
Location
);
2358
Assert.Equal(new Point(1, 2), control.
Location
);
2366
PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(TabPage))[nameof(TabPage.
Location
)];
2371
Assert.Equal(new Point(1, 0), control.
Location
);
2375
Assert.Equal(new Point(0, 1), control.
Location
);
2379
Assert.Equal(new Point(1, 2), control.
Location
);
2383
Assert.Equal(new Point(1, 2), control.
Location
);
2387
Assert.Equal(Point.Empty, control.
Location
);
2394
PropertyDescriptor property = TypeDescriptor.GetProperties(typeof(TabPage))[nameof(TabPage.
Location
)];
2399
Assert.Equal(new Point(1, 0), control.
Location
);
2403
Assert.Equal(new Point(0, 1), control.
Location
);
2407
Assert.Equal(new Point(1, 2), control.
Location
);
2411
Assert.Equal(new Point(1, 2), control.
Location
);
2415
Assert.Equal(Point.Empty, control.
Location
);
4823
Assert.Equal(expected.Location, control.
Location
);
4853
Assert.Equal(expected.Location, control.
Location
);