6 references to s_readOnly
System.Windows.Forms (6)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (6)
35private static readonly int s_acceptsTab = BitVector32.CreateMask(s_readOnly); 197if (_textBoxFlags[s_readOnly]) 412if (_textBoxFlags[s_readOnly]) 926return _textBoxFlags[s_readOnly]; 930if (_textBoxFlags[s_readOnly] != value) 932_textBoxFlags[s_readOnly] = value;