4 instantiations of BringLineIntoViewCompletedEventArgs
PresentationFramework (4)
MS\Internal\Documents\MultiPageTextView.cs (3)
487OnBringLineIntoViewCompleted(new BringLineIntoViewCompletedEventArgs( 536OnBringLineIntoViewCompleted(new BringLineIntoViewCompletedEventArgs( 1332OnBringLineIntoViewCompleted(new BringLineIntoViewCompletedEventArgs(
MS\Internal\Documents\TextViewBase.cs (1)
216OnBringLineIntoViewCompleted(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)
391protected virtual void OnBringLineIntoViewCompleted(BringLineIntoViewCompletedEventArgs e)
System\Windows\Documents\ITextView.cs (1)
574internal delegate void BringLineIntoViewCompletedEventHandler(object sender, BringLineIntoViewCompletedEventArgs e);
System\windows\Documents\TextEditorSelection.cs (2)
1762private static void HandleMoveByLineCompleted(object sender, BringLineIntoViewCompletedEventArgs e) 1822private static void HandleSelectByLineCompleted(object sender, BringLineIntoViewCompletedEventArgs e)