16 references to GetScrollInfo
UIAutomationClientSideProviders (16)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
709
bool ok = Misc.
GetScrollInfo
(WindowHandle, NativeMethods.SB_VERT, ref si);
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1683
if (!Misc.
GetScrollInfo
(_hwnd, sbFlag, ref si) ||
MS\Internal\AutomationProxies\WindowsListViewScroll.cs (2)
58
if (!Misc.
GetScrollInfo
(_hwnd, _sbFlag, ref si))
109
if (!Misc.
GetScrollInfo
(_hwnd, _sbFlag, ref si))
MS\Internal\AutomationProxies\WindowsScroll.cs (7)
146
if (!Misc.
GetScrollInfo
(hwnd, sbFlag, ref si))
197
if (Misc.
GetScrollInfo
(hwnd, sbFlag, ref si))
253
if (!Misc.
GetScrollInfo
(hwnd, sbFlag, ref si) || (si.nMax == si.nMin))
296
if (!Misc.
GetScrollInfo
(hwnd, sbFlag, ref si) ||
321
if (fRet && Misc.
GetScrollInfo
(hwnd, sbFlag, ref si) && si.nPos != newPos)
342
} while (fRet && Misc.
GetScrollInfo
(hwnd, sbFlag, ref si) && si.nPos != newPos);
372
if ((!Misc.
GetScrollInfo
(hwnd, sbFlag, ref si) ||
MS\Internal\AutomationProxies\WindowsScrollBar.cs (3)
434
if (!Misc.
GetScrollInfo
(hwnd, sbFlag, ref si))
574
if (!Misc.
GetScrollInfo
(_hwnd, _sbFlag, ref si))
627
if (!Misc.
GetScrollInfo
(_hwnd, _sbFlag, ref si))
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
216
if (!Misc.
GetScrollInfo
(hwnd, sbFlag, ref si))
544
if (!Misc.
GetScrollInfo
(_hwnd, _sbFlag, ref si))