5 references to GetWindowStyle
UIAutomationClient (5)
MS\Internal\Automation\HwndProxyElementProvider.cs (5)
547
return IsBitSet(
GetWindowStyle
(hwndOwner), SafeNativeMethods.WS_DISABLED);
1040
int style =
GetWindowStyle
(hwnd);
1074
int style =
GetWindowStyle
(hwnd);
1790
int style =
GetWindowStyle
(hChild);
1975
return
GetWindowStyle
(_hwnd);