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