13 writes to Location
System.Windows.Forms (9)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (6)
1174
Location
= _displayLocation;
1831
Location
= _displayLocation;
1839
Location
= _displayLocation;
1854
Location
= _displayLocation;
1861
Location
= _displayLocation;
1869
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)
1386
dropDownItem.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)
1964
control.
Location
= value;
1986
control.
Location
= value;
13 references to Location
System.Windows.Forms (2)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
1166
if (
Location
!= _displayLocation)
1175
_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)
1386
dropDownItem.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)
113
Assert.Equal(Point.Empty, control.
Location
);
1971
Assert.Equal(expected, control.
Location
);
1993
Assert.Equal(expected, control.
Location
);
4994
toolStripDropDown.
Location
.Should().Be(new Point(x + 6, y + 27));
5013
toolStripDropDown.
Location
.Should().Be(expectedLocation);
5033
toolStripDropDown.
Location
.Should().Be(new Point(x + 8, y + 31));
5052
toolStripDropDown.
Location
.Should().Be(new Point(x, y));