2 writes to _cachedFirstChild
UIAutomationClient (2)
System\Windows\Automation\AutomationElement.cs (2)
60_cachedFirstChild = this; 1163_cachedFirstChild = cachedFirstChild;
3 references to _cachedFirstChild
UIAutomationClient (3)
System\Windows\Automation\AutomationElement.cs (3)
1060if ((object)_cachedFirstChild == (object)this) 1068AutomationElement scan = _cachedFirstChild; 1077scan = _cachedFirstChild;