2 implementations of BringPointIntoViewCompleted
PresentationFramework (2)
MS\Internal\Documents\TextBoxView.cs (1)
1299event BringPointIntoViewCompletedEventHandler ITextView.BringPointIntoViewCompleted
MS\Internal\Documents\TextViewBase.cs (1)
336public event BringPointIntoViewCompletedEventHandler BringPointIntoViewCompleted;
4 references to BringPointIntoViewCompleted
PresentationFramework (4)
MS\Internal\Documents\TextBoxView.cs (1)
1295/// <see cref="ITextView.BringPointIntoViewCompleted"/>
MS\Internal\Documents\TextViewBase.cs (1)
334/// <see cref="ITextView.BringPointIntoViewCompleted"/>
System\windows\Documents\TextEditor.cs (2)
1461this.TextView.BringPointIntoViewCompleted += new BringPointIntoViewCompletedEventHandler(HandleBringPointIntoViewCompleted); 1475((ITextView)sender).BringPointIntoViewCompleted -= new BringPointIntoViewCompletedEventHandler(HandleBringPointIntoViewCompleted);