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