4 writes to SuppressTextChangedEvent
System.Windows.Forms (4)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (4)
2459SuppressTextChangedEvent = true; 2476SuppressTextChangedEvent = false; 3414SuppressTextChangedEvent = true; 3419SuppressTextChangedEvent = false;
2 references to SuppressTextChangedEvent
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
242internal override bool CanRaiseTextChangedEvent => !SuppressTextChangedEvent; 1366bool oldValue = SuppressTextChangedEvent;