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
);
667
if (_textBoxFlags[
s_modified
] != curState)
670
_textBoxFlags[
s_modified
] = curState;
678
return _textBoxFlags[
s_modified
];
693
_textBoxFlags[
s_modified
] = value;
1378
if (_textBoxFlags[
s_modified
])
1392
_textBoxFlags[
s_modified
] = Modified;