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