5 references to Left
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStrip.cs (5)
5431
else if (((item.Alignment == ToolStripItemAlignment.Left) && (relativeLocation == RelativeLocation.
Left
)) ||
5490
case RelativeLocation.
Left
:
5545
RelativeLocation relativeLocation = RelativeLocation.
Left
;
5551
relativeLocation = RelativeLocation.
Left
;
5570
return RelativeLocation.
Left
;