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