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)
57
return
_cachedResourceValue
;
258
object resource =
_cachedResourceValue
;
262
DeferredResourceReference deferredResourceReference =
_cachedResourceValue
as DeferredResourceReference;