6 references to wordWrap
System.Windows.Forms (6)
winforms\Managed\System\WinForms\TextBoxBase.cs (6)
58
private static readonly int creatingHandle = BitVector32.CreateMask(
wordWrap
);
119
textBoxFlags[autoSize | hideSelection |
wordWrap
| shortcutsEnabled] = true;
508
if (textBoxFlags[
wordWrap
]) cp.Style &= ~NativeMethods.ES_AUTOHSCROLL;
1350
return textBoxFlags[
wordWrap
];
1354
if (textBoxFlags[
wordWrap
] != value) {
1355
textBoxFlags[
wordWrap
] = value;