5 references to One
System (5)
sys\system\io\ports\SerialPort.cs (2)
45private const StopBits defaultStopBits = StopBits.One; 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"); 520if (value == StopBits.One) nativeValue = (byte) NativeMethods.ONESTOPBIT; 1280case StopBits.One: