9 references to STATE_SYSTEM_INVISIBLE
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\Misc.cs (5)
2000
if ((tiDL.rgstate[NativeMethods.INDEX_TITLEBAR_SELF] & (NativeMethods.
STATE_SYSTEM_INVISIBLE
| NativeMethods.STATE_SYSTEM_OFFSCREEN)) != 0)
2029
if ((tiDL.rgstate[i] & NativeMethods.
STATE_SYSTEM_INVISIBLE
) == 0)
2045
if ((tiDL.rgstate[i] & NativeMethods.
STATE_SYSTEM_INVISIBLE
) == 0)
2071
if ((ti.rgstate[NativeMethods.INDEX_TITLEBAR_SELF] & (NativeMethods.
STATE_SYSTEM_INVISIBLE
| NativeMethods.STATE_SYSTEM_OFFSCREEN)) != 0)
2080
if ((ti.rgstate[i] & NativeMethods.
STATE_SYSTEM_INVISIBLE
) != 0)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
644
if (GetComboInfo(_hwnd, ref cbInfo) && cbInfo.stateButton != NativeMethods.
STATE_SYSTEM_INVISIBLE
)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
1671
(scrollBarInfo.scrollBarInfo & NativeMethods.
STATE_SYSTEM_INVISIBLE
) != 0 ||
MS\Internal\AutomationProxies\WindowsTitleBar.cs (2)
206
if (!Misc.IsBitSet(ti.rgstate[i], NativeMethods.
STATE_SYSTEM_INVISIBLE
) || i == _systemMenu)
222
return !Misc.IsBitSet(ti.rgstate[0], NativeMethods.
STATE_SYSTEM_INVISIBLE
);