6 references to s_wordWrap
System.Windows.Forms (6)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (6)
37
private static readonly int s_creatingHandle = BitVector32.CreateMask(
s_wordWrap
);
94
_textBoxFlags[s_autoSize | s_hideSelection |
s_wordWrap
| s_shortcutsEnabled] = true;
439
if (_textBoxFlags[
s_wordWrap
])
1171
return _textBoxFlags[
s_wordWrap
];
1177
if (_textBoxFlags[
s_wordWrap
] != value)
1179
_textBoxFlags[
s_wordWrap
] = value;