2 writes to _cachedResourceValue
PresentationFramework (2)
System\Windows\ResourceReferenceExpression.cs (2)
157_cachedResourceValue = resource; 295_cachedResourceValue = null;
3 references to _cachedResourceValue
PresentationFramework (3)
System\Windows\ResourceReferenceExpression.cs (3)
57return _cachedResourceValue; 258object resource = _cachedResourceValue; 262DeferredResourceReference deferredResourceReference = _cachedResourceValue as DeferredResourceReference;