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