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