15 references to srWindow
mscorlib (15)
system\console.cs (15)
1043Win32Native.SMALL_RECT srWindow = csbi.srWindow; 1064return csbi.srWindow.Bottom - csbi.srWindow.Top + 1; 1079return csbi.srWindow.Right - csbi.srWindow.Left + 1; 1111if (csbi.dwSize.X < csbi.srWindow.Left + width) { 1112if (csbi.srWindow.Left >= Int16.MaxValue - width) 1114size.X = (short) (csbi.srWindow.Left + width); 1117if (csbi.dwSize.Y < csbi.srWindow.Top + height) { 1118if (csbi.srWindow.Top >= Int16.MaxValue - height) 1120size.Y = (short) (csbi.srWindow.Top + height); 1129Win32Native.SMALL_RECT srWindow = csbi.srWindow; 1184return csbi.srWindow.Left; 1199return csbi.srWindow.Top; 1218Win32Native.SMALL_RECT srWindow = csbi.srWindow;