8 references to IsRoot
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (8)
337
rval =
IsRoot
? null : Parent;
383
if (!
IsRoot
)
414
if (
IsRoot
)
514
return
IsRoot
? AutomationInteropProvider.HostProviderFromHandle(_hwnd) : null;
673
return
IsRoot
? null : Parent;
731
if (!
IsRoot
)
757
if (!
IsRoot
)
1025
Debug.Assert(!
IsRoot
);