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