2 references to WS_TABSTOP
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\Misc.cs (1)
431
if ((style & (NativeMethods.WS_GROUP | NativeMethods.
WS_TABSTOP
)) != 0)
MS\Internal\AutomationProxies\ProxySimple.cs (1)
300
if (Misc.IsBitSet(WindowStyle, NativeMethods.
WS_TABSTOP
))