10 references to AttachAttempt
PresentationFramework (10)
src\Framework\System\Windows\Data\BindingExpression.cs (10)
112
AttachToContext(lastChance ?
AttachAttempt
.Last :
AttachAttempt
.Again);
133
AttachToContext(lastChance ?
AttachAttempt
.Last :
AttachAttempt
.Again);
555
AttachToContext(
AttachAttempt
.First);
612
void AttachToContext(
AttachAttempt
attempt)
624
if (attempt ==
AttachAttempt
.First)
642
bool lastChance = (attempt ==
AttachAttempt
.Last);
2487
AttachToContext(
AttachAttempt
.Again);
2499
AttachToContext(
AttachAttempt
.Last);