3 writes to Left
mscorlib (3)
system\console.cs (3)
905
readRegion.
Left
= (short) sourceLeft;
938
writeRegion.
Left
= (short) targetLeft;
1231
srWindow.
Left
= (short) left;
8 references to Left
mscorlib (8)
system\console.cs (8)
1079
return csbi.srWindow.Right - csbi.srWindow.
Left
+ 1;
1111
if (csbi.dwSize.X < csbi.srWindow.
Left
+ width) {
1112
if (csbi.srWindow.
Left
>= Int16.MaxValue - width)
1114
size.X = (short) (csbi.srWindow.
Left
+ width);
1132
srWindow.Right = (short) (srWindow.
Left
+ width - 1);
1184
return csbi.srWindow.
Left
;
1221
int newRight = left + srWindow.Right - srWindow.
Left
+ 1;
1230
srWindow.Right -= (short) (srWindow.
Left
- left);