3 references to STATE_SYSTEM_UNAVAILABLE
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1669
(scrollBarInfo.scrollBarInfo & NativeMethods.
STATE_SYSTEM_UNAVAILABLE
) != 0)
MS\Internal\AutomationProxies\WindowsScroll.cs (1)
133
!Misc.IsBitSet(sbi.scrollBarInfo, NativeMethods.
STATE_SYSTEM_UNAVAILABLE
);
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
743
return !Misc.IsBitSet(sbi.scrollBarInfo, NativeMethods.
STATE_SYSTEM_UNAVAILABLE
);