2 implementations of BringPointIntoViewCompleted
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (1)
1342event 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)
1338/// <see cref="ITextView.BringPointIntoViewCompleted"/>
MS\Internal\Documents\TextViewBase.cs (1)
335/// <see cref="ITextView.BringPointIntoViewCompleted"/>
System\windows\Documents\TextEditor.cs (2)
1471this.TextView.BringPointIntoViewCompleted += new BringPointIntoViewCompletedEventHandler(HandleBringPointIntoViewCompleted); 1485((ITextView)sender).BringPointIntoViewCompleted -= new BringPointIntoViewCompletedEventHandler(HandleBringPointIntoViewCompleted);