21 references to Right
System.Windows.Forms (14)
winforms\Managed\System\WinForms\MDIControlStrip.cs (1)
62item.Alignment = ToolStripItemAlignment.Right;
winforms\Managed\System\WinForms\Printing\PrintPreviewDialog.cs (2)
1500this.pageToolStripLabel.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; 1556pageCounterItem.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
winforms\Managed\System\WinForms\ToolStrip.cs (8)
1522toolStripOverflowButton.Alignment = ToolStripItemAlignment.Right; 4392addItem = (item.Alignment == ToolStripItemAlignment.Right); 4882if (owner.Items[i].Available && owner.Items[i].Alignment == ToolStripItemAlignment.Right) { 4956if (item.Available && item.Alignment == ToolStripItemAlignment.Right && fragmentIndex == index) { 5021if (item.Available && item.Alignment == ToolStripItemAlignment.Right && child.Owner == items[index]) { 5058if (owner.Items[i].Available && owner.Items[i].Alignment == ToolStripItemAlignment.Right) { 5432((item.Alignment == ToolStripItemAlignment.Right) && (relativeLocation == RelativeLocation.Right))) { 5522if (owner.DisplayedItems[i].Alignment == ToolStripItemAlignment.Right) {
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
348if (!ClientUtils.IsEnumValid(value, (int)value, (int)ToolStripItemAlignment.Left, (int)ToolStripItemAlignment.Right))
winforms\Managed\System\WinForms\ToolStripSplitStackLayout.cs (2)
322if (((item.Alignment == ToolStripItemAlignment.Right) && (toolStrip.RightToLeft == RightToLeft.No)) || ((item.Alignment == ToolStripItemAlignment.Left) && (toolStrip.RightToLeft == RightToLeft.Yes))) { 459case ToolStripItemAlignment.Right:
System.WorkflowServices (7)
System\Workflow\Activities\Design\OperationPickerDialog.designer.cs (3)
73this.importContractButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; 80this.toolStripButton1.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; 87this.addOperationButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.designer.cs (4)
132this.moveParameterDownButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; 141this.moveParameterUpButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; 150this.RemoveParameterButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; 159this.addParameterButton.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;