4 references to DropDownLocation
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
1208
screenPoint = ((ToolStripDropDownItem)ownerItem).
DropDownLocation
;
1225
parentClientPoint = ParentInternal.PointToClient(((ToolStripDropDownItem)ownerItem).
DropDownLocation
);
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (2)
165
DropDown.Location =
DropDownLocation
;
697
this.dropDown.Location =
DropDownLocation
;