2 writes to _cachedFirstChild
UIAutomationClient (2)
System\Windows\Automation\AutomationElement.cs (2)
61_cachedFirstChild = this; 1164_cachedFirstChild = cachedFirstChild;
3 references to _cachedFirstChild
UIAutomationClient (3)
System\Windows\Automation\AutomationElement.cs (3)
1061if ((object)_cachedFirstChild == (object)this) 1069AutomationElement scan = _cachedFirstChild; 1078scan = _cachedFirstChild;