4 references to EN_UPDATE
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
2019
else if (hiword == PInvoke.
EN_UPDATE
)
System.Windows.Forms.Tests (3)
System\Windows\Forms\RichTextBoxTests.cs (2)
9926
yield return new object[] { PARAM.FromLowHigh(0, (int)PInvoke.
EN_UPDATE
), lParam, 0 };
10018
yield return new object[] { PARAM.FromLowHigh(0, (int)PInvoke.
EN_UPDATE
), 0, 0, 0 };
TextBoxBaseTests.cs (1)
7525
yield return new object[] { PARAM.FromLowHigh(0, (int)PInvoke.
EN_UPDATE
), lParam, 0 };