4 references to scrollBarInfo
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsListView.cs (2)
1680(scrollBarInfo.scrollBarInfo & NativeMethods.STATE_SYSTEM_INVISIBLE) != 0 || 1681(scrollBarInfo.scrollBarInfo & NativeMethods.STATE_SYSTEM_UNAVAILABLE) != 0)
MS\Internal\AutomationProxies\WindowsScroll.cs (1)
144!Misc.IsBitSet(sbi.scrollBarInfo, NativeMethods.STATE_SYSTEM_UNAVAILABLE);
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
758return !Misc.IsBitSet(sbi.scrollBarInfo, NativeMethods.STATE_SYSTEM_UNAVAILABLE);