10 references to AttachAttempt
PresentationFramework (10)
System\Windows\Data\BindingExpression.cs (10)
101
AttachToContext(lastChance ?
AttachAttempt
.Last :
AttachAttempt
.Again);
122
AttachToContext(lastChance ?
AttachAttempt
.Last :
AttachAttempt
.Again);
542
AttachToContext(
AttachAttempt
.First);
600
void AttachToContext(
AttachAttempt
attempt)
612
if (attempt ==
AttachAttempt
.First)
631
bool lastChance = (attempt ==
AttachAttempt
.Last);
2502
AttachToContext(
AttachAttempt
.Again);
2513
AttachToContext(
AttachAttempt
.Last);