3 writes to bottom
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ScrollableControl.cs (3)
1520
this.
bottom
= bottom;
1563
bottom
= value;
1592
bottom
= value;
3 references to bottom
System.Windows.Forms (3)
winforms\Managed\System\WinForms\ScrollableControl.cs (3)
1536
if (left == right && top ==
bottom
&& left == top) {
1584
return
bottom
;
1674
return
bottom
;