2 instantiations of SMALL_RECT
mscorlib (2)
system\console.cs (2)
904Win32Native.SMALL_RECT readRegion = new Win32Native.SMALL_RECT(); 937Win32Native.SMALL_RECT writeRegion = new Win32Native.SMALL_RECT();
9 references to SMALL_RECT
mscorlib (9)
microsoft\win32\win32native.cs (4)
1592internal SMALL_RECT srWindow; 1694bool absolute, SMALL_RECT* consoleWindow); 1729internal static unsafe extern bool ReadConsoleOutput(IntPtr hConsoleOutput, CHAR_INFO* pBuffer, COORD bufferSize, COORD bufferCoord, ref SMALL_RECT readRegion); 1738internal static unsafe extern bool WriteConsoleOutput(IntPtr hConsoleOutput, CHAR_INFO* buffer, COORD bufferSize, COORD bufferCoord, ref SMALL_RECT writeRegion);
system\console.cs (5)
904Win32Native.SMALL_RECT readRegion = new Win32Native.SMALL_RECT(); 937Win32Native.SMALL_RECT writeRegion = new Win32Native.SMALL_RECT(); 1043Win32Native.SMALL_RECT srWindow = csbi.srWindow; 1129Win32Native.SMALL_RECT srWindow = csbi.srWindow; 1218Win32Native.SMALL_RECT srWindow = csbi.srWindow;