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