8 references to IsRoot
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (8)
340
rval =
IsRoot
? null : Parent;
386
if (!
IsRoot
)
417
if (
IsRoot
)
517
return
IsRoot
? AutomationInteropProvider.HostProviderFromHandle(_hwnd) : null;
676
return
IsRoot
? null : Parent;
734
if (!
IsRoot
)
760
if (!
IsRoot
)
1028
Debug.Assert(!
IsRoot
);