Implemented interface member:
event
BringLineIntoViewCompleted
System.Windows.Documents.ITextView.BringLineIntoViewCompleted
2 references to BringLineIntoViewCompleted
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextViewBase.cs (2)
398if (this.BringLineIntoViewCompleted != null) 400this.BringLineIntoViewCompleted(this, e);