10 references to FERRORCHAR
System (10)
sys\system\io\ports\SerialStream.cs (10)
332
int fErrorCharOld = GetDcbFlag(NativeMethods.
FERRORCHAR
);
339
SetDcbFlag(NativeMethods.
FERRORCHAR
, (parityReplace != '\0') ? 1 : 0);
344
SetDcbFlag(NativeMethods.
FERRORCHAR
, 0);
353
SetDcbFlag(NativeMethods.
FERRORCHAR
, fErrorCharOld);
373
int fErrorCharOld = GetDcbFlag(NativeMethods.
FERRORCHAR
);
378
SetDcbFlag(NativeMethods.
FERRORCHAR
, (parityReplace != '\0')? 1 : 0);
383
SetDcbFlag(NativeMethods.
FERRORCHAR
, 0);
391
SetDcbFlag(NativeMethods.
FERRORCHAR
, fErrorCharOld);
1317
SetDcbFlag(NativeMethods.
FERRORCHAR
, (parityReplace != '\0') ? 1 : 0);
1322
SetDcbFlag(NativeMethods.
FERRORCHAR
, 0);