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