8 references to IsRoot
UIAutomationClientsideProviders (8)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (8)
350
rval =
IsRoot
? null : Parent;
396
if (!
IsRoot
)
439
if (
IsRoot
)
539
return
IsRoot
? AutomationInteropProvider.HostProviderFromHandle(_hwnd) : null;
698
return
IsRoot
? null : Parent;
756
if (!
IsRoot
)
782
if (!
IsRoot
)
1057
Debug.Assert(!
IsRoot
);