10 references to AttachAttempt
PresentationFramework (10)
System\Windows\Data\BindingExpression.cs (10)
100
AttachToContext(lastChance ?
AttachAttempt
.Last :
AttachAttempt
.Again);
121
AttachToContext(lastChance ?
AttachAttempt
.Last :
AttachAttempt
.Again);
538
AttachToContext(
AttachAttempt
.First);
596
private void AttachToContext(
AttachAttempt
attempt)
608
if (attempt ==
AttachAttempt
.First)
627
bool lastChance = (attempt ==
AttachAttempt
.Last);
2462
AttachToContext(
AttachAttempt
.Again);
2473
AttachToContext(
AttachAttempt
.Last);