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
);
668
if (_textBoxFlags[
s_modified
] != curState)
671
_textBoxFlags[
s_modified
] = curState;
679
return _textBoxFlags[
s_modified
];
694
_textBoxFlags[
s_modified
] = value;
1385
if (_textBoxFlags[
s_modified
])
1401
_textBoxFlags[
s_modified
] = Modified;