4 writes to SuppressTextChangedEvent
System.Windows.Forms (4)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (4)
2557
SuppressTextChangedEvent
= true;
2574
SuppressTextChangedEvent
= false;
3517
SuppressTextChangedEvent
= true;
3522
SuppressTextChangedEvent
= false;
2 references to SuppressTextChangedEvent
System.Windows.Forms (2)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (2)
242
internal override bool CanRaiseTextChangedEvent => !
SuppressTextChangedEvent
;
1402
bool oldValue =
SuppressTextChangedEvent
;