4 references to OnePointFive
System (4)
sys\system\io\ports\SerialPort.cs (1)
531if (value < StopBits.One || value > StopBits.OnePointFive)
sys\system\io\ports\SerialStream.cs (3)
517Debug.Assert(!(value < StopBits.One || value > StopBits.OnePointFive), "An invalid value was passed to StopBits"); 521else if (value == StopBits.OnePointFive) nativeValue = (byte) NativeMethods.ONE5STOPBITS; 1283case StopBits.OnePointFive: