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