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