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