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