5 references to GetWindowStyle
UIAutomationClient (5)
MS\Internal\Automation\HwndProxyElementProvider.cs (5)
555return IsBitSet(GetWindowStyle(hwndOwner), SafeNativeMethods.WS_DISABLED); 1048int style = GetWindowStyle(hwnd); 1082int style = GetWindowStyle(hwnd); 1784int style = GetWindowStyle(hChild); 1969return GetWindowStyle(_hwnd);