2 writes to _targetObject
PresentationFramework (2)
src\Framework\System\Windows\ResourceReferenceExpression.cs (2)
213_targetObject = d; 244_targetObject = null;
11 references to _targetObject
PresentationFramework (11)
src\Framework\System\Windows\ResourceReferenceExpression.cs (11)
110if (_mentorCache != null && _mentorCache != _targetObject) 112Debug.Assert(_targetObject == d, "TargetObject that this expression is attached to must be the same as the one on which its value is being queried"); 216FrameworkObject fo = new FrameworkObject(_targetObject); 224_targetObject.InheritanceContextChanged += new EventHandler(InvalidateExpressionValue); 238if (!(_targetObject is FrameworkElement) && !(_targetObject is FrameworkContentElement)) 241_targetObject.InheritanceContextChanged -= new EventHandler(InvalidateExpressionValue); 310if (_mentorCache != _targetObject) 352if (_targetObject == null) 391_targetObject.InvalidateProperty(_targetProperty); 396_targetObject.NotifySubPropertyChange(_targetProperty);