10 references to AttachAttempt
PresentationFramework (10)
System\Windows\Data\BindingExpression.cs (10)
101AttachToContext(lastChance ? AttachAttempt.Last : AttachAttempt.Again); 122AttachToContext(lastChance ? AttachAttempt.Last : AttachAttempt.Again); 539AttachToContext(AttachAttempt.First); 597void AttachToContext(AttachAttempt attempt) 609if (attempt == AttachAttempt.First) 628bool lastChance = (attempt == AttachAttempt.Last); 2464AttachToContext(AttachAttempt.Again); 2475AttachToContext(AttachAttempt.Last);