5 references to rgstate
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\Misc.cs (3)
2013
if ((tiDL.
rgstate
[NativeMethods.INDEX_TITLEBAR_SELF] & (NativeMethods.STATE_SYSTEM_INVISIBLE | NativeMethods.STATE_SYSTEM_OFFSCREEN)) != 0)
2042
if ((tiDL.
rgstate
[i] & NativeMethods.STATE_SYSTEM_INVISIBLE) == 0)
2058
if ((tiDL.
rgstate
[i] & NativeMethods.STATE_SYSTEM_INVISIBLE) == 0)
MS\Internal\AutomationProxies\WindowsTitleBar.cs (2)
218
if (!Misc.IsBitSet(ti.
rgstate
[i], NativeMethods.STATE_SYSTEM_INVISIBLE) || i == _systemMenu)
234
return !Misc.IsBitSet(ti.
rgstate
[0], NativeMethods.STATE_SYSTEM_INVISIBLE);