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