6 references to s_readOnly
System.Windows.Forms (6)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (6)
36private static readonly int s_acceptsTab = BitVector32.CreateMask(s_readOnly); 199if (_textBoxFlags[s_readOnly]) 441if (_textBoxFlags[s_readOnly]) 1187get => _textBoxFlags[s_readOnly]; 1191if (_textBoxFlags[s_readOnly] == value) 1196_textBoxFlags[s_readOnly] = value;