4 writes to SuppressTextChangedEvent
System.Windows.Forms (4)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (4)
2468SuppressTextChangedEvent = true; 2485SuppressTextChangedEvent = false; 3422SuppressTextChangedEvent = true; 3427SuppressTextChangedEvent = false;
2 references to SuppressTextChangedEvent
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
242internal override bool CanRaiseTextChangedEvent => !SuppressTextChangedEvent; 1371bool oldValue = SuppressTextChangedEvent;