4 writes to Right
mscorlib (4)
system\console.cs (4)
906readRegion.Right = (short) (sourceLeft + sourceWidth - 1); 939writeRegion.Right = (short) (targetLeft + sourceWidth); 1132srWindow.Right = (short) (srWindow.Left + width - 1); 1230srWindow.Right -= (short) (srWindow.Left - left);
3 references to Right
mscorlib (3)
system\console.cs (3)
1044if (width < srWindow.Right + 1 || width >= Int16.MaxValue) 1079return csbi.srWindow.Right - csbi.srWindow.Left + 1; 1221int newRight = left + srWindow.Right - srWindow.Left + 1;