2 implementations of OnTargetUpdated
PresentationFramework (2)
src\Framework\System\Windows\Data\BindingExpression.cs (1)
137void IDataBindEngineClient.OnTargetUpdated()
src\Framework\System\Windows\Data\MultiBindingExpression.cs (1)
86void IDataBindEngineClient.OnTargetUpdated()
1 reference to OnTargetUpdated
PresentationFramework (1)
src\Framework\MS\Internal\Data\DataBindEngine.cs (1)
103client.OnTargetUpdated();