2 references to WS_EX_LAYOUTRTL
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\Misc.cs (2)
770return IsBitSet(exStyle, NativeMethods.WS_EX_LAYOUTRTL) || IsBitSet(exStyle, NativeMethods.WS_EX_RTLREADING); 775return IsBitSet(GetWindowExStyle(hwnd), NativeMethods.WS_EX_LAYOUTRTL);