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