11 writes to Location
System.Windows.Forms (9)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (6)
1168Location = _displayLocation; 1825Location = _displayLocation; 1833Location = _displayLocation; 1848Location = _displayLocation; 1855Location = _displayLocation; 1863Location = _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)
1343dropDownItem.DropDown.Location = new Point(dropDownItem.DropDown.Location.X + _commitedEditorNode.Bounds.Width - dropDownItem.Bounds.Width, dropDownItem.DropDown.Location.Y);
6 references to Location
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
1160if (Location != _displayLocation) 1169_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)
1343dropDownItem.DropDown.Location = new Point(dropDownItem.DropDown.Location.X + _commitedEditorNode.Bounds.Width - dropDownItem.Bounds.Width, dropDownItem.DropDown.Location.Y);