2 writes to _cachedResourceValue
PresentationFramework (2)
System\Windows\ResourceReferenceExpression.cs (2)
159_cachedResourceValue = resource; 286_cachedResourceValue = null;
3 references to _cachedResourceValue
PresentationFramework (3)
System\Windows\ResourceReferenceExpression.cs (3)
59return _cachedResourceValue; 259object resource = _cachedResourceValue; 263DeferredResourceReference deferredResourceReference = _cachedResourceValue as DeferredResourceReference;