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