2 implementations of BringLineIntoViewCompleted
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
1355event BringLineIntoViewCompletedEventHandler ITextView.BringLineIntoViewCompleted
src\Framework\MS\Internal\Documents\TextViewBase.cs (1)
346public event BringLineIntoViewCompletedEventHandler BringLineIntoViewCompleted;
8 references to BringLineIntoViewCompleted
PresentationFramework (8)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
1351/// <see cref="ITextView.BringLineIntoViewCompleted"/>
src\Framework\MS\Internal\Documents\TextViewBase.cs (1)
344/// <see cref="ITextView.BringLineIntoViewCompleted"/>
src\Framework\System\windows\Documents\TextEditorSelection.cs (6)
343This.TextView.BringLineIntoViewCompleted += new BringLineIntoViewCompletedEventHandler(HandleMoveByLineCompleted); 433This.TextView.BringLineIntoViewCompleted += new BringLineIntoViewCompletedEventHandler(HandleMoveByLineCompleted); 1102This.TextView.BringLineIntoViewCompleted += new BringLineIntoViewCompletedEventHandler(HandleSelectByLineCompleted); 1292This.TextView.BringLineIntoViewCompleted += new BringLineIntoViewCompletedEventHandler(HandleSelectByLineCompleted); 1790((ITextView)sender).BringLineIntoViewCompleted -= new BringLineIntoViewCompletedEventHandler(HandleMoveByLineCompleted); 1852((ITextView)sender).BringLineIntoViewCompleted -= new BringLineIntoViewCompletedEventHandler(HandleSelectByLineCompleted);