4 references to EN_VSCROLL
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
3218case PInvoke.EN_VSCROLL:
System.Windows.Forms.Tests (3)
System\Windows\Forms\RichTextBoxTests.cs (2)
9929yield return new object[] { PARAM.FromLowHigh(123, (int)PInvoke.EN_VSCROLL), lParam, 0 }; 10021yield return new object[] { PARAM.FromLowHigh(123, (int)PInvoke.EN_VSCROLL), 0, 0, 1 };
TextBoxBaseTests.cs (1)
7528yield return new object[] { PARAM.FromLowHigh(123, (int)PInvoke.EN_VSCROLL), lParam, 0 };