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