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