9 references to DropDownLocation
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (2)
989? dropDownItem.DropDownLocation 1000? ParentInternal.PointToClient(dropDownItem.DropDownLocation)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (2)
188DropDown.Location = DropDownLocation; 719_dropDown.Location = DropDownLocation;
System.Windows.Forms.Tests (5)
System\Windows\Forms\ToolStripDropDownItemTests.cs (4)
50Assert.Equal(Point.Empty, item.DropDownLocation); 139Assert.Equal(Point.Empty, item.DropDownLocation); 238Assert.Equal(Point.Empty, item.DropDownLocation); 346Assert.Equal(Point.Empty, item.DropDownLocation);
System\Windows\Forms\ToolStripMenuItemTests.cs (1)
47Assert.Equal(Point.Empty, item.DropDownLocation);