11 writes to Location
System.Windows.Forms (9)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (6)
1168
Location
= _displayLocation;
1825
Location
= _displayLocation;
1833
Location
= _displayLocation;
1848
Location
= _displayLocation;
1855
Location
= _displayLocation;
1863
Location
= _displayLocation;
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (2)
188
DropDown.
Location
= DropDownLocation;
719
_dropDown.
Location
= DropDownLocation;
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.FeedbackRectangle.FeedbackDropDown.cs (1)
94
Location
= newLocation;
System.Windows.Forms.Design (2)
System\ComponentModel\Design\DesignerActionUI.cs (1)
659
_designerActionHost.
Location
= pt;
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (1)
1343
dropDownItem.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)
1160
if (
Location
!= _displayLocation)
1169
_displayLocation =
Location
;
System.Windows.Forms.Design (4)
System\ComponentModel\Design\DesignerActionUI.cs (2)
644
return _designerActionHost.
Location
;
652
return _designerActionHost.
Location
;
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (2)
1343
dropDownItem.DropDown.Location = new Point(dropDownItem.DropDown.
Location
.X + _commitedEditorNode.Bounds.Width - dropDownItem.Bounds.Width, dropDownItem.DropDown.
Location
.Y);