7 references to s_modified
System.Windows.Forms (7)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (7)
35
private static readonly int s_readOnly = BitVector32.CreateMask(
s_modified
);
689
return _textBoxFlags[
s_modified
];
697
if (_textBoxFlags[
s_modified
] != curState)
701
_textBoxFlags[
s_modified
] = curState;
723
_textBoxFlags[
s_modified
] = value;
1680
if (_textBoxFlags[
s_modified
])
1700
_textBoxFlags[
s_modified
] = Modified;