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;
433
if (_textBoxFlags[
s_wordWrap
])
1158
return _textBoxFlags[
s_wordWrap
];
1164
if (_textBoxFlags[
s_wordWrap
] != value)
1166
_textBoxFlags[
s_wordWrap
] = value;