4 writes to SuppressTextChangedEvent
System.Windows.Forms (4)
winforms\Managed\System\WinForms\RichTextBox.cs (4)
2580SuppressTextChangedEvent = true; 2594SuppressTextChangedEvent = false; 3651SuppressTextChangedEvent = true; 3655SuppressTextChangedEvent = false;
2 references to SuppressTextChangedEvent
System.Windows.Forms (2)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
328return !SuppressTextChangedEvent; 1492bool oldValue = SuppressTextChangedEvent;