6 references to IsTopLevelWindow
UIAutomationClient (6)
MS\Internal\Automation\HwndProxyElementProvider.cs (6)
100
if(
IsTopLevelWindow
(_hwnd))
240
if (
IsTopLevelWindow
(_hwnd) && SafeNativeMethods.IsIconic(_hwnd))
1059
if (!
IsTopLevelWindow
(hwnd) && !IsBitSet( extendedStyle, SafeNativeMethods.WS_EX_MDICHILD ) )
1177
if( !
IsTopLevelWindow
( parent ) )
1231
if (
IsTopLevelWindow
(_hwnd))
1264
if (
IsTopLevelWindow
(_hwnd))