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