4 instantiations of BringLineIntoViewCompletedEventArgs
PresentationFramework (4)
MS\Internal\Documents\MultiPageTextView.cs (3)
488OnBringLineIntoViewCompleted(new BringLineIntoViewCompletedEventArgs( 537OnBringLineIntoViewCompleted(new BringLineIntoViewCompletedEventArgs( 1333OnBringLineIntoViewCompleted(new BringLineIntoViewCompletedEventArgs(
MS\Internal\Documents\TextViewBase.cs (1)
217OnBringLineIntoViewCompleted(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)
392protected virtual void OnBringLineIntoViewCompleted(BringLineIntoViewCompletedEventArgs e)
System\Windows\Documents\ITextView.cs (1)
575internal delegate void BringLineIntoViewCompletedEventHandler(object sender, BringLineIntoViewCompletedEventArgs e);
System\windows\Documents\TextEditorSelection.cs (2)
1763private static void HandleMoveByLineCompleted(object sender, BringLineIntoViewCompletedEventArgs e) 1823private static void HandleSelectByLineCompleted(object sender, BringLineIntoViewCompletedEventArgs e)