8 references to DropDownButtonBounds
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ToolStripHighContrastRenderer.cs (1)
142 Rectangle dropDownRect = item.DropDownButtonBounds;
winforms\Managed\System\WinForms\ToolStripProfessionalRenderer.cs (1)
272Rectangle dropDownRect = item.DropDownButtonBounds;
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (3)
212get { return this.DropDownButtonBounds; } 514if (DropDownButtonBounds.Contains(e.Location)) { 543if (DropDownButtonBounds.Contains(e.Location)) {
winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs (3)
496vsRenderer.DrawBackground(g, splitButton.DropDownButtonBounds); 510DrawArrow(new ToolStripArrowRenderEventArgs(g, splitButton, splitButton.DropDownButtonBounds, arrowColor, ArrowDirection.Down)); 534Rectangle dropDownRect = splitButton.DropDownButtonBounds;