3 references to DropDownDirectionToDropDownBounds
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ToolStripDropDownItem.cs (3)
384
dropDownBounds =
DropDownDirectionToDropDownBounds
(dropDownDirection, dropDownBounds);
395
dropDownBounds =
DropDownDirectionToDropDownBounds
(!rtl ? ToolStripDropDownDirection.Right : ToolStripDropDownDirection.Left, dropDownBounds);
400
dropDownBounds =
DropDownDirectionToDropDownBounds
(!rtl ? ToolStripDropDownDirection.Left : ToolStripDropDownDirection.Right, dropDownBounds);