2 implementations of VerifySourceReference
PresentationFramework (2)
src\Framework\System\Windows\Data\BindingExpression.cs (1)
116void IDataBindEngineClient.VerifySourceReference(bool lastChance)
src\Framework\System\Windows\Data\MultiBindingExpression.cs (1)
82void IDataBindEngineClient.VerifySourceReference(bool lastChance)
1 reference to VerifySourceReference
PresentationFramework (1)
src\Framework\MS\Internal\Data\DataBindEngine.cs (1)
113client.VerifySourceReference(lastChance);