21 references to Right
System.Windows.Forms (7)
winforms\Managed\System\WinForms\ErrorProvider.cs (1)
1534x = control.Right + iconPadding;
winforms\Managed\System\WinForms\SplitContainer.cs (1)
1533splitterRect.X = this.Right - SplitterDistanceInternal - SplitterWidthInternal;
winforms\Managed\System\WinForms\Splitter.cs (2)
820if (target.Right == Left) return(Control)target; 823if (target.Left == Right) return(Control)target;
winforms\Managed\System\WinForms\ToolStripPanel.cs (3)
491return new Point(toolStripToDrag.Right,toolStripToDrag.Top); 590controlLocations[j] = new Point(row.Bounds.Width - control.Right, control.Top); 690controlLocation = new Point(this.Width - controlArray[i].Right, controlLocation.Y);
System.Workflow.ComponentModel (14)
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (10)
549Point top = new Point(this.propertiesGrid.Right + (this.dummyPreviewPanel.Left - this.propertiesGrid.Right) / 2, this.themePanel.Margin.Top); 558e.Graphics.DrawLine(framePen, this.designerPreview.Left - margin.Width, this.designerPreview.Top - 1, this.designerPreview.Right + margin.Width, this.designerPreview.Top - 1); 559e.Graphics.DrawLine(framePen, this.designerPreview.Left - margin.Width, this.designerPreview.Bottom + 1, this.designerPreview.Right + margin.Width, this.designerPreview.Bottom + 1); 561e.Graphics.DrawLine(framePen, this.designerPreview.Right + 1, this.designerPreview.Top - margin.Height, this.designerPreview.Right + 1, this.designerPreview.Bottom + margin.Height); 618this.themePanel.Width = this.designerPreview.Right + ((this.designerPreview.Left - this.propertiesGrid.Right) / 2); 623this.themePanel.Width = this.themeConfigPanel.Right + this.themeConfigPanel.Left; 626Width = this.themePanel.Right + this.themePanel.Left + Margin.Left + Margin.Right;
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (4)
520paintArgs.Graphics.DrawLine(SystemPens.WindowFrame, this.helpTextHolder.Left - 1, this.helpTextHolder.Bottom, this.helpTextHolder.Right, this.helpTextHolder.Bottom); 521paintArgs.Graphics.DrawLine(SystemPens.WindowFrame, this.helpTextHolder.Right, this.helpTextHolder.Bottom, this.helpTextHolder.Right, this.helpTextHolder.Top - 1); 522paintArgs.Graphics.DrawLine(SystemPens.WindowFrame, this.helpTextHolder.Right, this.helpTextHolder.Top - 1, this.helpTextHolder.Left - 1, this.helpTextHolder.Top - 1);