2 writes to _cachedFirstChild
UIAutomationClient (2)
System\Windows\Automation\AutomationElement.cs (2)
78_cachedFirstChild = this; 1266_cachedFirstChild = cachedFirstChild;
3 references to _cachedFirstChild
UIAutomationClient (3)
System\Windows\Automation\AutomationElement.cs (3)
1160if ((object)_cachedFirstChild == (object)this) 1171AutomationElement scan = _cachedFirstChild; 1180scan = _cachedFirstChild;