7 references to s_modified
System.Windows.Forms (7)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (7)
34
private static readonly int s_readOnly = BitVector32.CreateMask(
s_modified
);
673
if (_textBoxFlags[
s_modified
] != curState)
676
_textBoxFlags[
s_modified
] = curState;
684
return _textBoxFlags[
s_modified
];
699
_textBoxFlags[
s_modified
] = value;
1391
if (_textBoxFlags[
s_modified
])
1407
_textBoxFlags[
s_modified
] = Modified;