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)
110
if (_mentorCache != null && _mentorCache !=
_targetObject
)
112
Debug.Assert(
_targetObject
== d, "TargetObject that this expression is attached to must be the same as the one on which its value is being queried");
216
FrameworkObject fo = new FrameworkObject(
_targetObject
);
224
_targetObject
.InheritanceContextChanged += new EventHandler(InvalidateExpressionValue);
238
if (!(
_targetObject
is FrameworkElement) && !(
_targetObject
is FrameworkContentElement))
241
_targetObject
.InheritanceContextChanged -= new EventHandler(InvalidateExpressionValue);
310
if (_mentorCache !=
_targetObject
)
352
if (
_targetObject
== null)
391
_targetObject
.InvalidateProperty(_targetProperty);
396
_targetObject
.NotifySubPropertyChange(_targetProperty);