15 references to WM_HSCROLL
System.Private.Windows.Core (2)
Windows\Win32\MessageId.cs (2)
30public const uint WM_REFLECT_HSCROLL = WM_REFLECT + PInvokeCore.WM_HSCROLL; 150PInvokeCore.WM_HSCROLL => "WM_HSCROLL",
System.Windows.Forms (6)
System\Windows\Forms\Control.cs (2)
7491PInvokeCore.SendMessage(this, PInvokeCore.WM_HSCROLL, WPARAM.MAKEWPARAM((int)SCROLLBAR_COMMAND.SB_THUMBPOSITION, si.nPos)); 12437case PInvokeCore.WM_HSCROLL:
System\Windows\Forms\Controls\RichTextBox\RichTextBox.cs (1)
3550case PInvokeCore.WM_HSCROLL:
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
3165case PInvokeCore.WM_HSCROLL:
System\Windows\Forms\Scrolling\ScrollableControl.cs (2)
1229PInvokeCore.WM_HSCROLL, 1464case PInvokeCore.WM_HSCROLL:
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\ComponentTray.cs (1)
1588case PInvokeCore.WM_HSCROLL:
System\Windows\Forms\Design\DesignerFrame.cs (4)
197Keys.Left => (SCROLLBAR_COMMAND.SB_LINEUP, (MessageId)PInvokeCore.WM_HSCROLL), 198Keys.Right => (SCROLLBAR_COMMAND.SB_LINEDOWN, (MessageId)PInvokeCore.WM_HSCROLL), 202if (msg == PInvokeCore.WM_VSCROLL || msg == PInvokeCore.WM_HSCROLL) 521else if (m.Msg is (int)PInvokeCore.WM_VSCROLL or (int)PInvokeCore.WM_HSCROLL && BehaviorService is not null)
System\Windows\Forms\Design\ScrollableControlDesigner.cs (1)
52case (int)PInvokeCore.WM_HSCROLL:
System\Windows\Forms\Design\TabControlDesigner.cs (1)
616case PInvokeCore.WM_HSCROLL: