3 references to suppressTextChangedEventSection
System.Windows.Forms (3)
winforms\Managed\System\WinForms\RichTextBox.cs (3)
134private static readonly BitVector32.Section callOnContentsResizedSection = BitVector32.CreateSection(1, suppressTextChangedEventSection); 1490get { return richTextBoxFlags[suppressTextChangedEventSection] != 0; } 1494richTextBoxFlags[suppressTextChangedEventSection] = value ? 1 : 0;