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