4 instantiations of BringLineIntoViewCompletedEventArgs
PresentationFramework (4)
MS\Internal\Documents\MultiPageTextView.cs (3)
490OnBringLineIntoViewCompleted(new BringLineIntoViewCompletedEventArgs( 539OnBringLineIntoViewCompleted(new BringLineIntoViewCompletedEventArgs( 1335OnBringLineIntoViewCompleted(new BringLineIntoViewCompletedEventArgs(
MS\Internal\Documents\TextViewBase.cs (1)
219OnBringLineIntoViewCompleted(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)
394protected 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)
1778private static void HandleMoveByLineCompleted(object sender, BringLineIntoViewCompletedEventArgs e) 1838private static void HandleSelectByLineCompleted(object sender, BringLineIntoViewCompletedEventArgs e)