1 override of CanRaiseTextChangedEvent
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
242internal override bool CanRaiseTextChangedEvent => !SuppressTextChangedEvent;
1 reference to CanRaiseTextChangedEvent
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
2004if (hiword == PInvoke.EN_CHANGE && CanRaiseTextChangedEvent)