3 references to STATE_SYSTEM_UNAVAILABLE
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
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)
758
return !Misc.IsBitSet(sbi.scrollBarInfo, NativeMethods.
STATE_SYSTEM_UNAVAILABLE
);