6 references to CHAR_INFO
mscorlib (6)
microsoft\win32\win32native.cs (2)
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 (4)
900Win32Native.CHAR_INFO[] data = new Win32Native.CHAR_INFO[sourceWidth * sourceHeight]; 911fixed(Win32Native.CHAR_INFO* pCharInfo = data) 943fixed(Win32Native.CHAR_INFO* pCharInfo = data)