3 writes to Left
mscorlib (3)
system\console.cs (3)
905readRegion.Left = (short) sourceLeft; 938writeRegion.Left = (short) targetLeft; 1231srWindow.Left = (short) left;
8 references to Left
mscorlib (8)
system\console.cs (8)
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); 1132srWindow.Right = (short) (srWindow.Left + width - 1); 1184return csbi.srWindow.Left; 1221int newRight = left + srWindow.Right - srWindow.Left + 1; 1230srWindow.Right -= (short) (srWindow.Left - left);