2 implementations of BringLineIntoViewCompleted
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
1355
event BringLineIntoViewCompletedEventHandler ITextView.
BringLineIntoViewCompleted
src\Framework\MS\Internal\Documents\TextViewBase.cs (1)
346
public 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)
343
This.TextView.
BringLineIntoViewCompleted
+= new BringLineIntoViewCompletedEventHandler(HandleMoveByLineCompleted);
433
This.TextView.
BringLineIntoViewCompleted
+= new BringLineIntoViewCompletedEventHandler(HandleMoveByLineCompleted);
1102
This.TextView.
BringLineIntoViewCompleted
+= new BringLineIntoViewCompletedEventHandler(HandleSelectByLineCompleted);
1292
This.TextView.
BringLineIntoViewCompleted
+= new BringLineIntoViewCompletedEventHandler(HandleSelectByLineCompleted);
1790
((ITextView)sender).
BringLineIntoViewCompleted
-= new BringLineIntoViewCompletedEventHandler(HandleMoveByLineCompleted);
1852
((ITextView)sender).
BringLineIntoViewCompleted
-= new BringLineIntoViewCompletedEventHandler(HandleSelectByLineCompleted);