6 references to IsTopLevelWindow
UIAutomationClient (6)
MS\Internal\Automation\HwndProxyElementProvider.cs (6)
92
if(
IsTopLevelWindow
(_hwnd))
230
if (
IsTopLevelWindow
(_hwnd) && SafeNativeMethods.IsIconic(_hwnd))
1047
if (!
IsTopLevelWindow
(hwnd) && !IsBitSet( extendedStyle, SafeNativeMethods.WS_EX_MDICHILD ) )
1165
if( !
IsTopLevelWindow
( parent ) )
1219
if (
IsTopLevelWindow
(_hwnd))
1252
if (
IsTopLevelWindow
(_hwnd))