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