4 instantiations of BringLineIntoViewCompletedEventArgs
PresentationFramework (4)
MS\Internal\Documents\MultiPageTextView.cs (3)
488
OnBringLineIntoViewCompleted(new
BringLineIntoViewCompletedEventArgs
(
537
OnBringLineIntoViewCompleted(new
BringLineIntoViewCompletedEventArgs
(
1333
OnBringLineIntoViewCompleted(new
BringLineIntoViewCompletedEventArgs
(
MS\Internal\Documents\TextViewBase.cs (1)
217
OnBringLineIntoViewCompleted(new
BringLineIntoViewCompletedEventArgs
(position, suggestedX, count, newPosition, newSuggestedX, linesMoved, linesMoved == count, null, false, userState));
4 references to BringLineIntoViewCompletedEventArgs
PresentationFramework (4)
MS\Internal\Documents\TextViewBase.cs (1)
392
protected virtual void OnBringLineIntoViewCompleted(
BringLineIntoViewCompletedEventArgs
e)
System\Windows\Documents\ITextView.cs (1)
575
internal delegate void BringLineIntoViewCompletedEventHandler(object sender,
BringLineIntoViewCompletedEventArgs
e);
System\windows\Documents\TextEditorSelection.cs (2)
1763
private static void HandleMoveByLineCompleted(object sender,
BringLineIntoViewCompletedEventArgs
e)
1823
private static void HandleSelectByLineCompleted(object sender,
BringLineIntoViewCompletedEventArgs
e)