1 override of CanRaiseTextChangedEvent
System.Windows.Forms (1)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
326internal override bool CanRaiseTextChangedEvent {
1 reference to CanRaiseTextChangedEvent
System.Windows.Forms (1)
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
2203if (NativeMethods.Util.HIWORD(m.WParam) == NativeMethods.EN_CHANGE && CanRaiseTextChangedEvent) {