16 references to GetScrollInfo
UIAutomationClientsideProviders (16)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
773
bool ok = Misc.
GetScrollInfo
(WindowHandle, NativeMethods.SB_VERT, ref si);
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1695
if (!Misc.
GetScrollInfo
(_hwnd, sbFlag, ref si) ||
MS\Internal\AutomationProxies\WindowsListViewScroll.cs (2)
68
if (!Misc.
GetScrollInfo
(_hwnd, _sbFlag, ref si))
119
if (!Misc.
GetScrollInfo
(_hwnd, _sbFlag, ref si))
MS\Internal\AutomationProxies\WindowsScroll.cs (7)
157
if (!Misc.
GetScrollInfo
(hwnd, sbFlag, ref si))
207
if (Misc.
GetScrollInfo
(hwnd, sbFlag, ref si))
263
if (!Misc.
GetScrollInfo
(hwnd, sbFlag, ref si) || (si.nMax == si.nMin))
304
if (!Misc.
GetScrollInfo
(hwnd, sbFlag, ref si) ||
329
if (fRet && Misc.
GetScrollInfo
(hwnd, sbFlag, ref si) && si.nPos != newPos)
350
} while (fRet && Misc.
GetScrollInfo
(hwnd, sbFlag, ref si) && si.nPos != newPos);
378
if ((!Misc.
GetScrollInfo
(hwnd, sbFlag, ref si) ||
MS\Internal\AutomationProxies\WindowsScrollBar.cs (3)
453
if (!Misc.
GetScrollInfo
(hwnd, sbFlag, ref si))
591
if (!Misc.
GetScrollInfo
(_hwnd, _sbFlag, ref si))
642
if (!Misc.
GetScrollInfo
(_hwnd, _sbFlag, ref si))
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
226
if (!Misc.
GetScrollInfo
(hwnd, sbFlag, ref si))
552
if (!Misc.
GetScrollInfo
(_hwnd, _sbFlag, ref si))