5 references to GetWindowExStyle
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\Misc.cs (3)
762
int exStyle =
GetWindowExStyle
(hwnd);
768
return IsBitSet(
GetWindowExStyle
(hwnd), NativeMethods.WS_EX_LAYOUTRTL);
773
return IsBitSet(
GetWindowExStyle
(hwnd), NativeMethods.WS_EX_RTLREADING);
MS\Internal\AutomationProxies\ProxySimple.cs (1)
673
return Misc.
GetWindowExStyle
(_hwnd);
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
135
int exstyle = Misc.
GetWindowExStyle
(hwnd);