4 instantiations of BringPointIntoViewCompletedEventArgs
PresentationFramework (4)
MS\Internal\Documents\MultiPageTextView.cs (3)
393
OnBringPointIntoViewCompleted(new
BringPointIntoViewCompletedEventArgs
(
555
OnBringPointIntoViewCompleted(new
BringPointIntoViewCompletedEventArgs
(
1324
OnBringPointIntoViewCompleted(new
BringPointIntoViewCompletedEventArgs
(
MS\Internal\Documents\TextViewBase.cs (1)
201
OnBringPointIntoViewCompleted(new
BringPointIntoViewCompletedEventArgs
(point, position, position != null, null, false, userState));
3 references to BringPointIntoViewCompletedEventArgs
PresentationFramework (3)
MS\Internal\Documents\TextViewBase.cs (1)
382
protected virtual void OnBringPointIntoViewCompleted(
BringPointIntoViewCompletedEventArgs
e)
System\Windows\Documents\ITextView.cs (1)
570
internal delegate void BringPointIntoViewCompletedEventHandler(object sender,
BringPointIntoViewCompletedEventArgs
e);
System\windows\Documents\TextEditor.cs (1)
1488
private void HandleBringPointIntoViewCompleted(object sender,
BringPointIntoViewCompletedEventArgs
e)