34 references to OBJID_VSCROLL
UIAutomationClientSideProviders (34)
MS\Internal\AutomationProxies\EventManager.cs (1)
69
case NativeMethods.
OBJID_VSCROLL
:
MS\Internal\AutomationProxies\NonClientArea.cs (3)
191
case NativeMethods.
OBJID_VSCROLL
:
661
if ((idProp == ScrollPattern.VerticalScrollPercentProperty && idObject != NativeMethods.
OBJID_VSCROLL
) ||
698
if (idObject == NativeMethods.OBJID_HSCROLL || idObject == NativeMethods.
OBJID_VSCROLL
)
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
79
if (idObject != NativeMethods.
OBJID_VSCROLL
&& idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
149
if (idObject != NativeMethods.
OBJID_VSCROLL
&& idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
90
if (idObject != NativeMethods.
OBJID_VSCROLL
&& idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
51
if (idObject != NativeMethods.
OBJID_VSCROLL
&& idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
62
if (idObject != NativeMethods.
OBJID_VSCROLL
&& idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
62
if (idObject != NativeMethods.
OBJID_VSCROLL
&& idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
121
case NativeMethods.
OBJID_VSCROLL
:
MS\Internal\AutomationProxies\WindowsListView.cs (2)
135
case NativeMethods.
OBJID_VSCROLL
:
1664
int scrollBar = sbFlag == NativeMethods.SB_HORZ ? NativeMethods.OBJID_HSCROLL : NativeMethods.
OBJID_VSCROLL
;
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
817
if (Misc.GetScrollBarInfo(_hwnd, NativeMethods.
OBJID_VSCROLL
, ref sbi))
MS\Internal\AutomationProxies\WindowsProgressbar.cs (1)
57
if (idObject != NativeMethods.
OBJID_VSCROLL
&& idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
58
if (idObject != NativeMethods.
OBJID_VSCROLL
&& idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
70
if (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)
88
if (idObject == NativeMethods.OBJID_HSCROLL || idObject == NativeMethods.
OBJID_VSCROLL
)
138
int idObject = _sbFlag == NativeMethods.SB_VERT ? NativeMethods.
OBJID_VSCROLL
: _sbFlag == NativeMethods.SB_HORZ ? NativeMethods.OBJID_HSCROLL : NativeMethods.OBJID_CLIENT;
444
int idObject = sbFlag == NativeMethods.SB_VERT ? NativeMethods.
OBJID_VSCROLL
: sbFlag == NativeMethods.SB_HORZ ? NativeMethods.OBJID_HSCROLL : NativeMethods.OBJID_CLIENT;
710
int idObject = sbFlag == NativeMethods.SB_VERT ? NativeMethods.
OBJID_VSCROLL
: sbFlag == NativeMethods.SB_HORZ ? NativeMethods.OBJID_HSCROLL : NativeMethods.OBJID_CLIENT;
732
idObject = NativeMethods.
OBJID_VSCROLL
;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
222
int idObject = sbFlag == NativeMethods.SB_VERT ? NativeMethods.
OBJID_VSCROLL
: sbFlag == NativeMethods.SB_HORZ ? NativeMethods.OBJID_HSCROLL : NativeMethods.OBJID_CLIENT;
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
62
if (idObject != NativeMethods.
OBJID_VSCROLL
&& idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
83
if (idObject == NativeMethods.
OBJID_VSCROLL
|| idObject == NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
109
if (idObject != NativeMethods.
OBJID_VSCROLL
&& idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
63
if (idObject != NativeMethods.
OBJID_VSCROLL
&& idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
69
if (idObject != NativeMethods.
OBJID_VSCROLL
&& idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
102
if ((idProp == ScrollPattern.VerticalScrollPercentProperty && idObject != NativeMethods.
OBJID_VSCROLL
) ||
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
79
if (idObject != NativeMethods.
OBJID_VSCROLL
&& idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
61
if (idObject != NativeMethods.
OBJID_VSCROLL
&& idObject != NativeMethods.OBJID_HSCROLL)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
89
case NativeMethods.
OBJID_VSCROLL
:
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
68
else if (idObject != NativeMethods.
OBJID_VSCROLL
&& idObject != NativeMethods.OBJID_HSCROLL)