34 references to OBJID_VSCROLL
UIAutomationClientsideProviders (34)
MS\Internal\AutomationProxies\EventManager.cs (1)
82case NativeMethods.OBJID_VSCROLL:
MS\Internal\AutomationProxies\NonClientArea.cs (3)
198case NativeMethods.OBJID_VSCROLL : 674if ((idProp == ScrollPattern.VerticalScrollPercentProperty && idObject != NativeMethods.OBJID_VSCROLL) || 714if (idObject == NativeMethods.OBJID_HSCROLL || idObject == NativeMethods.OBJID_VSCROLL)
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
95if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
165if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
108if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
71if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
71if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
76if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
133case NativeMethods.OBJID_VSCROLL :
MS\Internal\AutomationProxies\WindowsListView.cs (2)
145case NativeMethods.OBJID_VSCROLL: 1675int scrollBar = sbFlag == NativeMethods.SB_HORZ ? NativeMethods.OBJID_HSCROLL : NativeMethods.OBJID_VSCROLL;
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
830if (Misc.GetScrollBarInfo(_hwnd, NativeMethods.OBJID_VSCROLL, ref sbi))
MS\Internal\AutomationProxies\WindowsProgressbar.cs (1)
73if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
76if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
86if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsScroll.cs (1)
140(sbFlag == NativeMethods.SB_VERT) ? NativeMethods.OBJID_VSCROLL : NativeMethods.OBJID_HSCROLL;
MS\Internal\AutomationProxies\WindowsScrollBar.cs (5)
102if (idObject == NativeMethods.OBJID_HSCROLL || idObject == NativeMethods.OBJID_VSCROLL) 155int idObject = _sbFlag == NativeMethods.SB_VERT ? NativeMethods.OBJID_VSCROLL : _sbFlag == NativeMethods.SB_HORZ ? NativeMethods.OBJID_HSCROLL : NativeMethods.OBJID_CLIENT; 462int idObject = sbFlag == NativeMethods.SB_VERT ? NativeMethods.OBJID_VSCROLL : sbFlag == NativeMethods.SB_HORZ ? NativeMethods.OBJID_HSCROLL : NativeMethods.OBJID_CLIENT; 724int idObject = sbFlag == NativeMethods.SB_VERT ? NativeMethods.OBJID_VSCROLL : sbFlag == NativeMethods.SB_HORZ ? NativeMethods.OBJID_HSCROLL : NativeMethods.OBJID_CLIENT; 746idObject = NativeMethods.OBJID_VSCROLL;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
231int idObject = sbFlag == NativeMethods.SB_VERT ? NativeMethods.OBJID_VSCROLL : sbFlag == NativeMethods.SB_HORZ ? NativeMethods.OBJID_HSCROLL : NativeMethods.OBJID_CLIENT;
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
78if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
100if (idObject == NativeMethods.OBJID_VSCROLL || idObject == NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
120if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
77if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
82if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
102if ((idProp == ScrollPattern.VerticalScrollPercentProperty && idObject != NativeMethods.OBJID_VSCROLL) ||
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
89if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
79if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
100case NativeMethods.OBJID_VSCROLL :
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
85else if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.OBJID_HSCROLL)