3 references to s_suppressTextChangedEventSection
System.Windows.Forms (3)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (3)
89private static readonly BitVector32.Section s_callOnContentsResizedSection = BitVector32.CreateSection(1, s_suppressTextChangedEventSection); 1368get { return _richTextBoxFlags[s_suppressTextChangedEventSection] != 0; } 1374_richTextBoxFlags[s_suppressTextChangedEventSection] = value ? 1 : 0;