2 implementations of BringPointIntoViewCompleted
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (1)
1340event BringPointIntoViewCompletedEventHandler ITextView.BringPointIntoViewCompleted
MS\Internal\Documents\TextViewBase.cs (1)
337public event BringPointIntoViewCompletedEventHandler BringPointIntoViewCompleted;
4 references to BringPointIntoViewCompleted
PresentationFramework (4)
MS\Internal\Documents\TextBoxView.cs (1)
1336/// <see cref="ITextView.BringPointIntoViewCompleted"/>
MS\Internal\Documents\TextViewBase.cs (1)
335/// <see cref="ITextView.BringPointIntoViewCompleted"/>
System\windows\Documents\TextEditor.cs (2)
1474this.TextView.BringPointIntoViewCompleted += new BringPointIntoViewCompletedEventHandler(HandleBringPointIntoViewCompleted); 1488((ITextView)sender).BringPointIntoViewCompleted -= new BringPointIntoViewCompletedEventHandler(HandleBringPointIntoViewCompleted);