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)
272
Rectangle dropDownRect = item.
DropDownButtonBounds
;
winforms\Managed\System\WinForms\ToolStripSplitButton.cs (3)
212
get { return this.
DropDownButtonBounds
; }
514
if (
DropDownButtonBounds
.Contains(e.Location)) {
543
if (
DropDownButtonBounds
.Contains(e.Location)) {
winforms\Managed\System\WinForms\ToolStripSystemRenderer.cs (3)
496
vsRenderer.DrawBackground(g, splitButton.
DropDownButtonBounds
);
510
DrawArrow(new ToolStripArrowRenderEventArgs(g, splitButton, splitButton.
DropDownButtonBounds
, arrowColor, ArrowDirection.Down));
534
Rectangle dropDownRect = splitButton.
DropDownButtonBounds
;