18 references to AboveLeft
System.Windows.Forms (10)
System\Windows\Forms\ContextMenuStrip.cs (1)
97
Rectangle bounds = CalculateDropDownLocation(new Point(x, y), ToolStripDropDownDirection.
AboveLeft
);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
603
direction = (RightToLeft == RightToLeft.Yes) ? ToolStripDropDownDirection.
AboveLeft
: ToolStripDropDownDirection.AboveRight;
620
case ToolStripDropDownDirection.
AboveLeft
:
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1024
case ToolStripDropDownDirection.
AboveLeft
:
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (4)
171
case ToolStripDropDownDirection.
AboveLeft
:
306
case ToolStripDropDownDirection.
AboveLeft
:
648
case ToolStripDropDownDirection.
AboveLeft
:
651
return ToolStripDropDownDirection.
AboveLeft
;
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderEventArgs.cs (1)
117
case ToolStripDropDownDirection.
AboveLeft
:
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemDarkModeRenderer.cs (1)
453
if (direction is ToolStripDropDownDirection.
AboveLeft
or ToolStripDropDownDirection.AboveRight)
System.Windows.Forms.Design (8)
System\Windows\Forms\Design\ToolStripItemCustomMenuItemCollection.cs (1)
379
if (ownerItem.DropDownDirection is ToolStripDropDownDirection.
AboveLeft
or ToolStripDropDownDirection.AboveRight)
System\Windows\Forms\Design\ToolStripMenuItemDesigner.cs (7)
584
ToolStripItem nextItem = (MenuItem.DropDownDirection == ToolStripDropDownDirection.
AboveLeft
||
760
if (MenuItem.DropDownDirection is ToolStripDropDownDirection.
AboveLeft
or ToolStripDropDownDirection.AboveRight)
832
if (MenuItem.DropDownDirection is ToolStripDropDownDirection.
AboveLeft
or ToolStripDropDownDirection.AboveRight)
1680
if (MenuItem.DropDownDirection is ToolStripDropDownDirection.
AboveLeft
or ToolStripDropDownDirection.AboveRight)
1708
if (MenuItem.DropDownDirection is not ToolStripDropDownDirection.
AboveLeft
and not ToolStripDropDownDirection.AboveRight)
1987
if (MenuItem.DropDownDirection is not ToolStripDropDownDirection.
AboveLeft
and not ToolStripDropDownDirection.AboveRight)
2392
if (MenuItem.DropDownDirection is not ToolStripDropDownDirection.
AboveLeft
and not ToolStripDropDownDirection.AboveRight)