3 writes to left
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ScrollableControl.cs (3)
1517this.left = left; 1560left = value; 1622left = value;
4 references to left
System.Windows.Forms (4)
winforms\Managed\System\WinForms\ScrollableControl.cs (4)
1536if (left == right && top == bottom && left == top) { 1537return left; 1614return left;