4 references to scrollBarInfo
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsListView.cs (2)
1669
(scrollBarInfo.
scrollBarInfo
& NativeMethods.STATE_SYSTEM_INVISIBLE) != 0 ||
1670
(scrollBarInfo.
scrollBarInfo
& NativeMethods.STATE_SYSTEM_UNAVAILABLE) != 0)
MS\Internal\AutomationProxies\WindowsScroll.cs (1)
134
!Misc.IsBitSet(sbi.
scrollBarInfo
, NativeMethods.STATE_SYSTEM_UNAVAILABLE);
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
744
return !Misc.IsBitSet(sbi.
scrollBarInfo
, NativeMethods.STATE_SYSTEM_UNAVAILABLE);