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