5 references to GetWindowStyle
UIAutomationClient (5)
MS\Internal\Automation\HwndProxyElementProvider.cs (5)
533
return IsBitSet(
GetWindowStyle
(hwndOwner), SafeNativeMethods.WS_DISABLED);
1027
int style =
GetWindowStyle
(hwnd);
1061
int style =
GetWindowStyle
(hwnd);
1772
int style =
GetWindowStyle
(hChild);
1957
return
GetWindowStyle
(_hwnd);