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