3 writes to right
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ScrollableControl.cs (3)
1518this.right = right; 1562right = value; 1652right = value;
2 references to right
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ScrollableControl.cs (2)
1536if (left == right && top == bottom && left == top) { 1644return right;