4 instantiations of BringLineIntoViewCompletedEventArgs
PresentationFramework (4)
src\Framework\MS\Internal\Documents\MultiPageTextView.cs (3)
493OnBringLineIntoViewCompleted(new BringLineIntoViewCompletedEventArgs( 544OnBringLineIntoViewCompleted(new BringLineIntoViewCompletedEventArgs( 1340OnBringLineIntoViewCompleted(new BringLineIntoViewCompletedEventArgs(
src\Framework\MS\Internal\Documents\TextViewBase.cs (1)
221OnBringLineIntoViewCompleted(new BringLineIntoViewCompletedEventArgs(position, suggestedX, count, newPosition, newSuggestedX, linesMoved, linesMoved == count, null, false, userState));
4 references to BringLineIntoViewCompletedEventArgs
PresentationFramework (4)
src\Framework\MS\Internal\Documents\TextViewBase.cs (1)
396protected virtual void OnBringLineIntoViewCompleted(BringLineIntoViewCompletedEventArgs e)
src\Framework\System\Windows\Documents\ITextView.cs (1)
583internal delegate void BringLineIntoViewCompletedEventHandler(object sender, BringLineIntoViewCompletedEventArgs e);
src\Framework\System\windows\Documents\TextEditorSelection.cs (2)
1787private static void HandleMoveByLineCompleted(object sender, BringLineIntoViewCompletedEventArgs e) 1847private static void HandleSelectByLineCompleted(object sender, BringLineIntoViewCompletedEventArgs e)