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