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