3 writes to Top
mscorlib (3)
system\console.cs (3)
907readRegion.Top = (short) sourceTop; 940writeRegion.Top = (short) targetTop; 1232srWindow.Top = (short) top;
8 references to Top
mscorlib (8)
system\console.cs (8)
1064return csbi.srWindow.Bottom - csbi.srWindow.Top + 1; 1117if (csbi.dwSize.Y < csbi.srWindow.Top + height) { 1118if (csbi.srWindow.Top >= Int16.MaxValue - height) 1120size.Y = (short) (csbi.srWindow.Top + height); 1131srWindow.Bottom = (short) (srWindow.Top + height - 1); 1199return csbi.srWindow.Top; 1224int newBottom = top + srWindow.Bottom - srWindow.Top + 1; 1229srWindow.Bottom -= (short) (srWindow.Top - top);