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)
1071
for (; scan != null; scan = scan.
_cachedNextSibling
)
1082
scan = scan.
_cachedNextSibling
;