37 references to OBJID_HSCROLL
UIAutomationClientsideProviders (37)
MS\Internal\AutomationProxies\EventManager.cs (1)
83
case NativeMethods.
OBJID_HSCROLL
:
MS\Internal\AutomationProxies\NonClientArea.cs (7)
197
case NativeMethods.
OBJID_HSCROLL
:
675
(idProp == ScrollPattern.HorizontalScrollPercentProperty && idObject != NativeMethods.
OBJID_HSCROLL
))
686
NonClientItem item = idObject == NativeMethods.
OBJID_HSCROLL
? NonClientItem.HScrollBar : NonClientItem.VScrollBar;
687
int sbFlag = idObject == NativeMethods.
OBJID_HSCROLL
? NativeMethods.SB_HORZ : NativeMethods.SB_VERT;
714
if (idObject == NativeMethods.
OBJID_HSCROLL
|| idObject == NativeMethods.OBJID_VSCROLL)
725
NonClientItem item = idObject == NativeMethods.
OBJID_HSCROLL
? NonClientItem.HScrollBar : NonClientItem.VScrollBar;
726
WindowsScrollBar scrollBar = new WindowsScrollBar(hwnd, el, (int)item, idObject == NativeMethods.
OBJID_HSCROLL
? NativeMethods.SB_HORZ : NativeMethods.SB_VERT);
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
95
if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.
OBJID_HSCROLL
)
MS\Internal\AutomationProxies\WindowsButton.cs (1)
165
if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.
OBJID_HSCROLL
)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
108
if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.
OBJID_HSCROLL
)
MS\Internal\AutomationProxies\WindowsFormsLinkLabel.cs (1)
71
if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.
OBJID_HSCROLL
)
MS\Internal\AutomationProxies\WindowsHyperlink.cs (1)
71
if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.
OBJID_HSCROLL
)
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
76
if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.
OBJID_HSCROLL
)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
134
case NativeMethods.
OBJID_HSCROLL
:
MS\Internal\AutomationProxies\WindowsListView.cs (2)
146
case NativeMethods.
OBJID_HSCROLL
:
1675
int scrollBar = sbFlag == NativeMethods.SB_HORZ ? NativeMethods.
OBJID_HSCROLL
: NativeMethods.OBJID_VSCROLL;
MS\Internal\AutomationProxies\WindowsProgressbar.cs (1)
73
if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.
OBJID_HSCROLL
)
MS\Internal\AutomationProxies\WindowsRebar.cs (1)
76
if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.
OBJID_HSCROLL
)
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
86
if (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)
102
if (idObject == NativeMethods.
OBJID_HSCROLL
|| idObject == NativeMethods.OBJID_VSCROLL)
155
int idObject = _sbFlag == NativeMethods.SB_VERT ? NativeMethods.OBJID_VSCROLL : _sbFlag == NativeMethods.SB_HORZ ? NativeMethods.
OBJID_HSCROLL
: NativeMethods.OBJID_CLIENT;
462
int idObject = sbFlag == NativeMethods.SB_VERT ? NativeMethods.OBJID_VSCROLL : sbFlag == NativeMethods.SB_HORZ ? NativeMethods.
OBJID_HSCROLL
: NativeMethods.OBJID_CLIENT;
724
int idObject = sbFlag == NativeMethods.SB_VERT ? NativeMethods.OBJID_VSCROLL : sbFlag == NativeMethods.SB_HORZ ? NativeMethods.
OBJID_HSCROLL
: NativeMethods.OBJID_CLIENT;
750
idObject = NativeMethods.
OBJID_HSCROLL
;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
231
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)
78
if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.
OBJID_HSCROLL
)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
100
if (idObject == NativeMethods.OBJID_VSCROLL || idObject == NativeMethods.
OBJID_HSCROLL
)
MS\Internal\AutomationProxies\WindowsStatic.cs (1)
120
if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.
OBJID_HSCROLL
)
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
77
if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.
OBJID_HSCROLL
)
MS\Internal\AutomationProxies\WindowsSysHeader.cs (1)
82
if (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)
89
if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.
OBJID_HSCROLL
)
MS\Internal\AutomationProxies\WindowsTooltip.cs (1)
79
if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.
OBJID_HSCROLL
)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
101
case NativeMethods.
OBJID_HSCROLL
:
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
85
else if (idObject != NativeMethods.OBJID_VSCROLL && idObject != NativeMethods.
OBJID_HSCROLL
)