2 references to WS_EX_RTLREADING
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\Misc.cs (2)
782
return IsBitSet(exStyle, NativeMethods.WS_EX_LAYOUTRTL) || IsBitSet(exStyle, NativeMethods.
WS_EX_RTLREADING
);
792
return IsBitSet(GetWindowExStyle(hwnd), NativeMethods.
WS_EX_RTLREADING
);