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