2 implementations of AttachToContext
PresentationFramework (2)
System\Windows\Data\BindingExpression.cs (1)
108
bool IDataBindEngineClient.
AttachToContext
(bool lastChance)
System\Windows\Data\MultiBindingExpression.cs (1)
72
bool IDataBindEngineClient.
AttachToContext
(bool lastChance)
1 reference to AttachToContext
PresentationFramework (1)
MS\Internal\Data\DataBindEngine.cs (1)
105
bool succeeded = client.
AttachToContext
(lastChance);