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