13 writes to Location
System.Windows.Forms (9)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (6)
1171Location = _displayLocation; 1828Location = _displayLocation; 1836Location = _displayLocation; 1851Location = _displayLocation; 1858Location = _displayLocation; 1866Location = _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)
1376dropDownItem.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)
1966control.Location = value; 1988control.Location = value;
13 references to Location
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
1163if (Location != _displayLocation) 1172_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)
1376dropDownItem.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)
115Assert.Equal(Point.Empty, control.Location); 1973Assert.Equal(expected, control.Location); 1995Assert.Equal(expected, control.Location); 4996toolStripDropDown.Location.Should().Be(new Point(x + 6, y + 27)); 5015toolStripDropDown.Location.Should().Be(expectedLocation); 5035toolStripDropDown.Location.Should().Be(new Point(x + 8, y + 31)); 5054toolStripDropDown.Location.Should().Be(new Point(x, y));