4 references to Left
System.Windows.Forms (4)
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitStackDragDropHandler.cs (4)
95
else if (((item.Alignment == ToolStripItemAlignment.Left) && (relativeLocation == RelativeLocation.
Left
)) ||
151
case RelativeLocation.
Left
:
215
return RelativeLocation.
Left
;
230
return RelativeLocation.
Left
;