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