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