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