4 instantiations of BringPointIntoViewCompletedEventArgs
PresentationFramework (4)
src\Framework\MS\Internal\Documents\MultiPageTextView.cs (3)
396
OnBringPointIntoViewCompleted(new
BringPointIntoViewCompletedEventArgs
(
560
OnBringPointIntoViewCompleted(new
BringPointIntoViewCompletedEventArgs
(
1329
OnBringPointIntoViewCompleted(new
BringPointIntoViewCompletedEventArgs
(
src\Framework\MS\Internal\Documents\TextViewBase.cs (1)
203
OnBringPointIntoViewCompleted(new
BringPointIntoViewCompletedEventArgs
(point, position, position != null, null, false, userState));
3 references to BringPointIntoViewCompletedEventArgs
PresentationFramework (3)
src\Framework\MS\Internal\Documents\TextViewBase.cs (1)
384
protected virtual void OnBringPointIntoViewCompleted(
BringPointIntoViewCompletedEventArgs
e)
src\Framework\System\Windows\Documents\ITextView.cs (1)
578
internal delegate void BringPointIntoViewCompletedEventHandler(object sender,
BringPointIntoViewCompletedEventArgs
e);
src\Framework\System\windows\Documents\TextEditor.cs (1)
1516
private void HandleBringPointIntoViewCompleted(object sender,
BringPointIntoViewCompletedEventArgs
e)