9 references to GetScrollBarInfo
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1670
if (!Misc.
GetScrollBarInfo
(_hwnd, scrollBar, ref scrollBarInfo) ||
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
814
if (Misc.
GetScrollBarInfo
(_hwnd, NativeMethods.OBJID_VSCROLL, ref sbi))
MS\Internal\AutomationProxies\WindowsScroll.cs (1)
131
if (Misc.
GetScrollBarInfo
(hwnd, scrollBarObjectId, ref sbi))
MS\Internal\AutomationProxies\WindowsScrollBar.cs (5)
143
if (!Misc.
GetScrollBarInfo
(_hwnd, idObject, ref sbi))
452
if (Misc.
GetScrollBarInfo
(hwnd, idObject, ref sbi))
525
if (_sbFlag != NativeMethods.SB_CTL || Misc.
GetScrollBarInfo
(_hwnd, NativeMethods.OBJID_CLIENT, ref sbi))
716
if (Misc.
GetScrollBarInfo
(hwnd, idObject, ref sbi))
738
if (!Misc.
GetScrollBarInfo
(_hwnd, idObject, ref sbi))
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
226
if (!Misc.
GetScrollBarInfo
(hwnd, idObject, ref sbi))