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