10 references to AttachAttempt
PresentationFramework (10)
System\Windows\Data\BindingExpression.cs (10)
110AttachToContext(lastChance ? AttachAttempt.Last : AttachAttempt.Again); 131AttachToContext(lastChance ? AttachAttempt.Last : AttachAttempt.Again); 551AttachToContext(AttachAttempt.First); 609void AttachToContext(AttachAttempt attempt) 621if (attempt == AttachAttempt.First) 640bool lastChance = (attempt == AttachAttempt.Last); 2511AttachToContext(AttachAttempt.Again); 2522AttachToContext(AttachAttempt.Last);