2 writes to _cachedParent
UIAutomationClient (2)
System\Windows\Automation\AutomationElement.cs (2)
60
_cachedParent
= this;
1155
_cachedParent
= cachedParent;
2 references to _cachedParent
UIAutomationClient (2)
System\Windows\Automation\AutomationElement.cs (2)
1032
if ((object)
_cachedParent
== (object)this)
1037
return
_cachedParent
;