18 references to AboveRight
System.Windows.Forms (10)
System\Windows\Forms\ContextMenuStrip.cs (1)
105
bounds = CalculateDropDownLocation(new Point(x, y), ToolStripDropDownDirection.
AboveRight
);
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (2)
603
direction = (RightToLeft == RightToLeft.Yes) ? ToolStripDropDownDirection.AboveLeft : ToolStripDropDownDirection.
AboveRight
;
621
case ToolStripDropDownDirection.
AboveRight
:
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDown.cs (1)
1028
case ToolStripDropDownDirection.
AboveRight
:
System\Windows\Forms\Controls\ToolStrips\ToolStripDropDownItem.cs (4)
172
case ToolStripDropDownDirection.
AboveRight
:
310
case ToolStripDropDownDirection.
AboveRight
:
649
return ToolStripDropDownDirection.
AboveRight
;
650
case ToolStripDropDownDirection.
AboveRight
:
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderEventArgs.cs (1)
118
case ToolStripDropDownDirection.
AboveRight
:
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)
585
MenuItem.DropDownDirection == ToolStripDropDownDirection.
AboveRight
) && index >= 1
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
)