2 implementations of AttachToContext
PresentationFramework (2)
src\Framework\System\Windows\Data\BindingExpression.cs (1)
110
bool IDataBindEngineClient.
AttachToContext
(bool lastChance)
src\Framework\System\Windows\Data\MultiBindingExpression.cs (1)
76
bool IDataBindEngineClient.
AttachToContext
(bool lastChance)
1 reference to AttachToContext
PresentationFramework (1)
src\Framework\MS\Internal\Data\DataBindEngine.cs (1)
107
bool succeeded = client.
AttachToContext
(lastChance);