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