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