7 references to EN_CHANGE
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
2015
if (hiword == PInvoke.
EN_CHANGE
&& CanRaiseTextChangedEvent)
System.Windows.Forms.Tests (6)
System\Windows\Forms\RichTextBoxTests.cs (4)
9925
yield return new object[] { PARAM.FromLowHigh(0, (int)PInvoke.
EN_CHANGE
), lParam, 1 };
9927
yield return new object[] { PARAM.FromLowHigh(123, (int)PInvoke.
EN_CHANGE
), lParam, 1 };
10017
yield return new object[] { PARAM.FromLowHigh(0, (int)PInvoke.
EN_CHANGE
), 1, 0, 0 };
10019
yield return new object[] { PARAM.FromLowHigh(123, (int)PInvoke.
EN_CHANGE
), 1, 0, 0 };
TextBoxBaseTests.cs (2)
7524
yield return new object[] { PARAM.FromLowHigh(0, (int)PInvoke.
EN_CHANGE
), lParam, 1 };
7526
yield return new object[] { PARAM.FromLowHigh(123, (int)PInvoke.
EN_CHANGE
), lParam, 1 };