4 writes to Bottom
mscorlib (4)
system\console.cs (4)
908
readRegion.
Bottom
= (short) (sourceTop + sourceHeight - 1);
941
writeRegion.
Bottom
= (short) (targetTop + sourceHeight);
1131
srWindow.
Bottom
= (short) (srWindow.Top + height - 1);
1229
srWindow.
Bottom
-= (short) (srWindow.Top - top);
3 references to Bottom
mscorlib (3)
system\console.cs (3)
1046
if (height < srWindow.
Bottom
+ 1 || height >= Int16.MaxValue)
1064
return csbi.srWindow.
Bottom
- csbi.srWindow.Top + 1;
1224
int newBottom = top + srWindow.
Bottom
- srWindow.Top + 1;