2 writes to _resource
PresentationFramework (2)
src\Framework\System\Windows\ResourceReferenceExpression.cs (2)
550_resource = resource; 561_resource = null;
5 references to _resource
PresentationFramework (5)
src\Framework\System\Windows\ResourceReferenceExpression.cs (5)
545if (_resource != null) 552Debug.Assert(!_resource.IsFrozen); 553_resource.Changed += new EventHandler(this.InvalidateTargetSubProperty); 558if (!_resource.IsFrozen) 560_resource.Changed -= new EventHandler(this.InvalidateTargetSubProperty);