3 writes to _cachedNextSibling
UIAutomationClient (3)
System\Windows\Automation\AutomationElement.cs (3)
79_cachedNextSibling = this; 1261_cachedNextSibling = null; 1271_cachedNextSibling = cachedNextSibling;
2 references to _cachedNextSibling
UIAutomationClient (2)
System\Windows\Automation\AutomationElement.cs (2)
1173for (; scan != null; scan = scan._cachedNextSibling) 1184scan = scan._cachedNextSibling;