4 writes to SuppressTextChangedEvent
System.Windows.Forms (4)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (4)
2557SuppressTextChangedEvent = true; 2574SuppressTextChangedEvent = false; 3517SuppressTextChangedEvent = true; 3522SuppressTextChangedEvent = false;
2 references to SuppressTextChangedEvent
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
242internal override bool CanRaiseTextChangedEvent => !SuppressTextChangedEvent; 1402bool oldValue = SuppressTextChangedEvent;