3 writes to _cachedNextSibling
UIAutomationClient (3)
System\Windows\Automation\AutomationElement.cs (3)
62_cachedNextSibling = this; 1159_cachedNextSibling = null; 1169_cachedNextSibling = cachedNextSibling;
2 references to _cachedNextSibling
UIAutomationClient (2)
System\Windows\Automation\AutomationElement.cs (2)
1071for (; scan != null; scan = scan._cachedNextSibling) 1082scan = scan._cachedNextSibling;