5 references to GetWindowExStyle
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\Misc.cs (3)
781int exStyle = GetWindowExStyle(hwnd); 787return IsBitSet(GetWindowExStyle(hwnd), NativeMethods.WS_EX_LAYOUTRTL); 792return IsBitSet(GetWindowExStyle(hwnd), NativeMethods.WS_EX_RTLREADING);
MS\Internal\AutomationProxies\ProxySimple.cs (1)
690return Misc.GetWindowExStyle(_hwnd);
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
152int exstyle = Misc.GetWindowExStyle(hwnd);