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