9 references to GetScrollBarInfo
UIAutomationClientsideProviders (9)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1679
if (!Misc.
GetScrollBarInfo
(_hwnd, scrollBar, ref scrollBarInfo) ||
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
830
if (Misc.
GetScrollBarInfo
(_hwnd, NativeMethods.OBJID_VSCROLL, ref sbi))
MS\Internal\AutomationProxies\WindowsScroll.cs (1)
141
if (Misc.
GetScrollBarInfo
(hwnd, scrollBarObjectId, ref sbi))
MS\Internal\AutomationProxies\WindowsScrollBar.cs (5)
157
if (!Misc.
GetScrollBarInfo
(_hwnd, idObject, ref sbi))
467
if (Misc.
GetScrollBarInfo
(hwnd, idObject, ref sbi))
540
if (_sbFlag != NativeMethods.SB_CTL || Misc.
GetScrollBarInfo
(_hwnd, NativeMethods.OBJID_CLIENT, ref sbi))
731
if (Misc.
GetScrollBarInfo
(hwnd, idObject, ref sbi))
753
if (!Misc.
GetScrollBarInfo
(_hwnd, idObject, ref sbi))
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
235
if (!Misc.
GetScrollBarInfo
(hwnd, idObject, ref sbi))