5 references to GetWindowExStyle
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\Misc.cs (3)
771int exStyle = GetWindowExStyle(hwnd); 777return IsBitSet(GetWindowExStyle(hwnd), NativeMethods.WS_EX_LAYOUTRTL); 782return IsBitSet(GetWindowExStyle(hwnd), NativeMethods.WS_EX_RTLREADING);
MS\Internal\AutomationProxies\ProxySimple.cs (1)
683return Misc.GetWindowExStyle(_hwnd);
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
140int exstyle = Misc.GetWindowExStyle(hwnd);