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