2 writes to _cachedResourceValue
PresentationFramework (2)
src\Framework\System\Windows\ResourceReferenceExpression.cs (2)
165_cachedResourceValue = resource; 292_cachedResourceValue = null;
3 references to _cachedResourceValue
PresentationFramework (3)
src\Framework\System\Windows\ResourceReferenceExpression.cs (3)
65return _cachedResourceValue; 265object resource = _cachedResourceValue; 269DeferredResourceReference deferredResourceReference = _cachedResourceValue as DeferredResourceReference;