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