8 references to IsRoot
UIAutomationClientSideProviders (8)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (8)
336
rval =
IsRoot
? null : Parent;
382
if (!
IsRoot
)
413
if (
IsRoot
)
513
return
IsRoot
? AutomationInteropProvider.HostProviderFromHandle(_hwnd) : null;
672
return
IsRoot
? null : Parent;
730
if (!
IsRoot
)
756
if (!
IsRoot
)
1024
Debug.Assert(!
IsRoot
);