6 references to Right
System.Windows.Forms (6)
System\Windows\Forms\Controls\Splitter\Splitter.cs (2)
745
if (target.
Right
== Left)
752
if (target.Left ==
Right
)
System\Windows\Forms\Controls\ToolStrips\ToolStripPanel.cs (2)
423
return new Point(toolStripToDrag.
Right
, toolStripToDrag.Top);
529
controlLocations[j] = new Point(row.Bounds.Width - control.
Right
, control.Top);
System\Windows\Forms\ErrorProvider\ErrorProvider.ControlItem.cs (1)
221
x = _control.
Right
+ _iconPadding;
System\Windows\Forms\Layout\Containers\SplitContainer.cs (1)
1360
_splitterRect.X =
Right
- SplitterDistanceInternal - SplitterWidthInternal;