1 write to _cachedValues
UIAutomationClient (1)
System\Windows\Automation\AutomationElement.cs (1)
58
_cachedValues
= cachedValues; // Can be null if there are no cached properties for this node
2 references to _cachedValues
UIAutomationClient (2)
System\Windows\Automation\AutomationElement.cs (2)
1305
if (
_cachedValues
== null)
1331
val =
_cachedValues
[_cachedValuesIndex, i + dataOffset];