4 references to EN_HSCROLL
System.Windows.Forms (1)
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
3215
case PInvoke.
EN_HSCROLL
:
System.Windows.Forms.Tests (3)
System\Windows\Forms\RichTextBoxTests.cs (2)
9928
yield return new object[] { PARAM.FromLowHigh(123, (int)PInvoke.
EN_HSCROLL
), lParam, 0 };
10020
yield return new object[] { PARAM.FromLowHigh(123, (int)PInvoke.
EN_HSCROLL
), 0, 1, 0 };
TextBoxBaseTests.cs (1)
7527
yield return new object[] { PARAM.FromLowHigh(123, (int)PInvoke.
EN_HSCROLL
), lParam, 0 };