4 instantiations of BringPointIntoViewCompletedEventArgs
PresentationFramework (4)
MS\Internal\Documents\MultiPageTextView.cs (3)
390
OnBringPointIntoViewCompleted(new
BringPointIntoViewCompletedEventArgs
(
552
OnBringPointIntoViewCompleted(new
BringPointIntoViewCompletedEventArgs
(
1321
OnBringPointIntoViewCompleted(new
BringPointIntoViewCompletedEventArgs
(
MS\Internal\Documents\TextViewBase.cs (1)
198
OnBringPointIntoViewCompleted(new
BringPointIntoViewCompletedEventArgs
(point, position, position != null, null, false, userState));
3 references to BringPointIntoViewCompletedEventArgs
PresentationFramework (3)
MS\Internal\Documents\TextViewBase.cs (1)
379
protected virtual void OnBringPointIntoViewCompleted(
BringPointIntoViewCompletedEventArgs
e)
System\Windows\Documents\ITextView.cs (1)
569
internal delegate void BringPointIntoViewCompletedEventHandler(object sender,
BringPointIntoViewCompletedEventArgs
e);
System\windows\Documents\TextEditor.cs (1)
1469
private void HandleBringPointIntoViewCompleted(object sender,
BringPointIntoViewCompletedEventArgs
e)