3 writes to _cachedNextSibling
UIAutomationClient (3)
System\Windows\Automation\AutomationElement.cs (3)
61_cachedNextSibling = this; 1158_cachedNextSibling = null; 1168_cachedNextSibling = cachedNextSibling;
2 references to _cachedNextSibling
UIAutomationClient (2)
System\Windows\Automation\AutomationElement.cs (2)
1070for (; scan != null; scan = scan._cachedNextSibling) 1081scan = scan._cachedNextSibling;