3 references to DropDownDirectionToDropDownBounds
System.Windows.Forms (3)
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (3)
381
dropDownBounds =
DropDownDirectionToDropDownBounds
(dropDownDirection, dropDownBounds);
393
dropDownBounds =
DropDownDirectionToDropDownBounds
(!rtl ? ToolStripDropDownDirection.Right : ToolStripDropDownDirection.Left, dropDownBounds);
399
dropDownBounds =
DropDownDirectionToDropDownBounds
(!rtl ? ToolStripDropDownDirection.Left : ToolStripDropDownDirection.Right, dropDownBounds);