6 references to s_wordWrap
System.Windows.Forms (6)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (6)
38
private static readonly int s_creatingHandle = BitVector32.CreateMask(
s_wordWrap
);
105
_textBoxFlags[s_autoSize | s_hideSelection |
s_wordWrap
| s_shortcutsEnabled] = true;
464
if (_textBoxFlags[
s_wordWrap
])
1437
get => _textBoxFlags[
s_wordWrap
];
1447
if (_textBoxFlags[
s_wordWrap
] != value)
1449
_textBoxFlags[
s_wordWrap
] = value;