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