37 references to OBJID_HSCROLL
UIAutomationClientSideProviders (37)
MS\Internal\AutomationProxies\EventManager.cs (1)
70case NativeMethods.OBJID_HSCROLL:
MS\Internal\AutomationProxies\NonClientArea.cs (7)
196case NativeMethods.OBJID_HSCROLL : 674(idProp == ScrollPattern.HorizontalScrollPercentProperty && idObject != NativeMethods.OBJID_HSCROLL)) 685NonClientItem item = idObject == NativeMethods.OBJID_HSCROLL ? NonClientItem.HScrollBar : NonClientItem.VScrollBar; 686int sbFlag = idObject == NativeMethods.OBJID_HSCROLL ? NativeMethods.SB_HORZ : NativeMethods.SB_VERT; 713if (idObject == NativeMethods.OBJID_HSCROLL || idObject == NativeMethods.OBJID_VSCROLL) 724NonClientItem item = idObject == NativeMethods.OBJID_HSCROLL ? NonClientItem.HScrollBar : NonClientItem.VScrollBar; 725WindowsScrollBar scrollBar = new WindowsScrollBar(hwnd, el, (int)item, idObject == NativeMethods.OBJID_HSCROLL ? NativeMethods.SB_HORZ : NativeMethods.SB_VERT);
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
82if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
149if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
90if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
54if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
62if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
62if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
122case NativeMethods.OBJID_HSCROLL :
MS\Internal\AutomationProxies\WindowsListView.cs (2)
136case NativeMethods.OBJID_HSCROLL: 1666int scrollBar = sbFlag == NativeMethods.SB_HORZ ? NativeMethods.OBJID_HSCROLL : NativeMethods.OBJID_VSCROLL;
MS\Internal\AutomationProxies\WindowsProgressbar.cs (1)
57if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
58if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
70if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsScroll.cs (1)
130(sbFlag == NativeMethods.SB_VERT) ? NativeMethods.OBJID_VSCROLL : NativeMethods.OBJID_HSCROLL;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (5)
88if (idObject == NativeMethods.OBJID_HSCROLL || idObject == NativeMethods.OBJID_VSCROLL) 141int idObject = _sbFlag == NativeMethods.SB_VERT ? NativeMethods.OBJID_VSCROLL : _sbFlag == NativeMethods.SB_HORZ ? NativeMethods.OBJID_HSCROLL : NativeMethods.OBJID_CLIENT; 447int idObject = sbFlag == NativeMethods.SB_VERT ? NativeMethods.OBJID_VSCROLL : sbFlag == NativeMethods.SB_HORZ ? NativeMethods.OBJID_HSCROLL : NativeMethods.OBJID_CLIENT; 709int idObject = sbFlag == NativeMethods.SB_VERT ? NativeMethods.OBJID_VSCROLL : sbFlag == NativeMethods.SB_HORZ ? NativeMethods.OBJID_HSCROLL : NativeMethods.OBJID_CLIENT; 735idObject = NativeMethods.OBJID_HSCROLL;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
222int idObject = sbFlag == NativeMethods.SB_VERT ? NativeMethods.OBJID_VSCROLL : sbFlag == NativeMethods.SB_HORZ ? NativeMethods.OBJID_HSCROLL : NativeMethods.OBJID_CLIENT;
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
62if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
83if (idObject == NativeMethods.OBJID_VSCROLL || idObject == NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
109if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
63if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
69if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
103(idProp == ScrollPattern.HorizontalScrollPercentProperty && idObject != NativeMethods.OBJID_HSCROLL))
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
79if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
64if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
90case NativeMethods.OBJID_HSCROLL :
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
68else if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.OBJID_HSCROLL)