6 writes to Y
mscorlib (6)
system\console.cs (6)
902
bufferSize.
Y
= (short) sourceHeight;
925
writeCoord.
Y
= (short) i;
1051
size.
Y
= (short) height;
1110
size.
Y
= csbi.dwSize.Y;
1120
size.
Y
= (short) (csbi.srWindow.Top + height);
1288
coords.
Y
= (short) top;
13 references to Y
mscorlib (13)
system\console.cs (13)
692
conSize = csbi.dwSize.X * csbi.dwSize.
Y
;
871
if (sourceTop < 0 || sourceTop > bufferSize.
Y
)
875
if (sourceHeight < 0 || sourceTop > bufferSize.
Y
- sourceHeight)
882
if (targetTop < 0 || targetTop > bufferSize.
Y
)
1010
return csbi.dwSize.
Y
;
1110
size.Y = csbi.dwSize.
Y
;
1117
if (csbi.dwSize.
Y
< csbi.srWindow.Top + height) {
1147
if (height > bounds.
Y
)
1148
throw new ArgumentOutOfRangeException("height", height, Environment.GetResourceString("ArgumentOutOfRange_ConsoleWindowSize_Size", bounds.
Y
));
1174
return bounds.
Y
;
1225
if (top < 0 || newBottom > csbi.dwSize.
Y
|| newBottom < 0)
1260
return csbi.dwCursorPosition.
Y
;
1296
if (top < 0 || top >= csbi.dwSize.
Y
)