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