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