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