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