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