4 instantiations of BringPointIntoViewCompletedEventArgs
PresentationFramework (4)
MS\Internal\Documents\MultiPageTextView.cs (3)
391
OnBringPointIntoViewCompleted(new
BringPointIntoViewCompletedEventArgs
(
553
OnBringPointIntoViewCompleted(new
BringPointIntoViewCompletedEventArgs
(
1322
OnBringPointIntoViewCompleted(new
BringPointIntoViewCompletedEventArgs
(
MS\Internal\Documents\TextViewBase.cs (1)
199
OnBringPointIntoViewCompleted(new
BringPointIntoViewCompletedEventArgs
(point, position, position != null, null, false, userState));
3 references to BringPointIntoViewCompletedEventArgs
PresentationFramework (3)
MS\Internal\Documents\TextViewBase.cs (1)
380
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)
1482
private void HandleBringPointIntoViewCompleted(object sender,
BringPointIntoViewCompletedEventArgs
e)