1 write to _cachedValues
UIAutomationClient (1)
System\Windows\Automation\AutomationElement.cs (1)
41
_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)
1203
if (
_cachedValues
== null)
1229
val =
_cachedValues
[_cachedValuesIndex, i + dataOffset];