4 instantiations of BringLineIntoViewCompletedEventArgs
PresentationFramework (4)
src\Framework\MS\Internal\Documents\MultiPageTextView.cs (3)
493
OnBringLineIntoViewCompleted(new
BringLineIntoViewCompletedEventArgs
(
544
OnBringLineIntoViewCompleted(new
BringLineIntoViewCompletedEventArgs
(
1340
OnBringLineIntoViewCompleted(new
BringLineIntoViewCompletedEventArgs
(
src\Framework\MS\Internal\Documents\TextViewBase.cs (1)
221
OnBringLineIntoViewCompleted(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)
396
protected virtual void OnBringLineIntoViewCompleted(
BringLineIntoViewCompletedEventArgs
e)
src\Framework\System\Windows\Documents\ITextView.cs (1)
583
internal delegate void BringLineIntoViewCompletedEventHandler(object sender,
BringLineIntoViewCompletedEventArgs
e);
src\Framework\System\windows\Documents\TextEditorSelection.cs (2)
1787
private static void HandleMoveByLineCompleted(object sender,
BringLineIntoViewCompletedEventArgs
e)
1847
private static void HandleSelectByLineCompleted(object sender,
BringLineIntoViewCompletedEventArgs
e)