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);
539
AttachToContext(
AttachAttempt
.First);
597
void AttachToContext(
AttachAttempt
attempt)
609
if (attempt ==
AttachAttempt
.First)
628
bool lastChance = (attempt ==
AttachAttempt
.Last);
2464
AttachToContext(
AttachAttempt
.Again);
2475
AttachToContext(
AttachAttempt
.Last);