22 references to Left
System.Windows.Forms (12)
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (4)
2023
direction = ArrowDirection.
Left
;
2025
else if (direction == ArrowDirection.
Left
)
2046
case ArrowDirection.
Left
:
4151
ToolStripItem? nextItem = GetNextItem(start, forward ? ArrowDirection.Right : ArrowDirection.
Left
, rtlAware: true);
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.ToolStripItemAccessibleObject.cs (3)
247
nextItem = parent.GetNextItem(null, ArrowDirection.
Left
, /*RTLAware=*/true);
251
nextItem = parent.GetNextItem(Owner, ArrowDirection.
Left
, /*RTLAware=*/true);
259
parent.GetNextItem(Owner, ArrowDirection.
Left
, /*RTLAware=*/true);
System\Windows\Forms\Controls\ToolStrips\ToolStripMenuItem.cs (1)
1006
ArrowDirection arrowDir = (rightToLeft) ? ArrowDirection.
Left
: ArrowDirection.Right;
System\Windows\Forms\Controls\ToolStrips\ToolstripProfessionalRenderer.cs (1)
1660
ArrowDirection.
Left
=>
System\Windows\Forms\Controls\ToolStrips\ToolStripRenderer.cs (1)
674
case ArrowDirection.
Left
:
System\Windows\Forms\Controls\ToolStrips\ToolStripSystemDarkModeRenderer.cs (2)
459
arrowDirection = ArrowDirection.
Left
;
484
ArrowDirection.
Left
=>
System.Windows.Forms.Design (10)
System\Windows\Forms\Design\ToolStripDesigner.cs (1)
2020
ToolStripItem nextItem = ToolStrip.GetNextItem(ToolStrip.OverflowButton, ArrowDirection.
Left
);
System\Windows\Forms\Design\ToolStripKeyboardHandlingService.cs (9)
298
if (parent.RightToLeft == RightToLeft.Yes && (direction == ArrowDirection.
Left
|| direction == ArrowDirection.Right))
302
direction = ArrowDirection.
Left
;
304
else if (direction == ArrowDirection.
Left
)
1212
? GetNextItem(parent, toolStripItem, ArrowDirection.
Left
)
1264
targetSelection = GetNextItem(mainTool, owner, ArrowDirection.
Left
);
1416
targetSelection = GetNextItem(owner, parentToMoveOn.OwnerItem, ArrowDirection.
Left
);
1850
targetSelection = GetNextItem(owner, ((ToolStripDropDown)parent).OwnerItem, ArrowDirection.
Left
);
1855
targetSelection = GetNextItem(parent, item, ArrowDirection.
Left
);
1896
targetSelection = GetNextItem(parent, item, ArrowDirection.
Left
);