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