5 writes to StopBits
System (5)
sys\system\io\ports\SerialStream.cs (5)
527dcb.StopBits = nativeValue; 531dcb.StopBits = stopBitsOld; 1281dcb.StopBits = NativeMethods.ONESTOPBIT; 1284dcb.StopBits = NativeMethods.ONE5STOPBITS; 1287dcb.StopBits = NativeMethods.TWOSTOPBITS;
2 references to StopBits
System (2)
sys\system\io\ports\SerialStream.cs (2)
524if(nativeValue != dcb.StopBits) 526byte stopBitsOld = dcb.StopBits;