13 writes to Location
System.Windows.Forms (9)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (6)
1174Location = _displayLocation; 1831Location = _displayLocation; 1839Location = _displayLocation; 1854Location = _displayLocation; 1861Location = _displayLocation; 1869Location = _displayLocation;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (2)
188DropDown.Location = DropDownLocation; 719_dropDown.Location = DropDownLocation;
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.FeedbackRectangle.FeedbackDropDown.cs (1)
94Location = newLocation;
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionUI.cs (1)
659_designerActionHost.Location = pt;
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (1)
1386dropDownItem.DropDown.Location = new Point(dropDownItem.DropDown.Location.X + _commitedEditorNode.Bounds.Width - dropDownItem.Bounds.Width, dropDownItem.DropDown.Location.Y);
System.Windows.Forms.Tests (2)
System\Windows\Forms\ToolStripDropDownTests.cs (2)
1964control.Location = value; 1986control.Location = value;
13 references to Location
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
1166if (Location != _displayLocation) 1175_displayLocation = Location;
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignerActionUI.cs (2)
644return _designerActionHost.Location; 652return _designerActionHost.Location;
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (2)
1386dropDownItem.DropDown.Location = new Point(dropDownItem.DropDown.Location.X + _commitedEditorNode.Bounds.Width - dropDownItem.Bounds.Width, dropDownItem.DropDown.Location.Y);
System.Windows.Forms.Tests (7)
System\Windows\Forms\ToolStripDropDownTests.cs (7)
113Assert.Equal(Point.Empty, control.Location); 1971Assert.Equal(expected, control.Location); 1993Assert.Equal(expected, control.Location); 4994toolStripDropDown.Location.Should().Be(new Point(x + 6, y + 27)); 5013toolStripDropDown.Location.Should().Be(expectedLocation); 5033toolStripDropDown.Location.Should().Be(new Point(x + 8, y + 31)); 5052toolStripDropDown.Location.Should().Be(new Point(x, y));