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