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