2 implementations of BringPointIntoViewCompleted
PresentationFramework (2)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
1344
event BringPointIntoViewCompletedEventHandler ITextView.
BringPointIntoViewCompleted
src\Framework\MS\Internal\Documents\TextViewBase.cs (1)
341
public event BringPointIntoViewCompletedEventHandler
BringPointIntoViewCompleted
;
4 references to BringPointIntoViewCompleted
PresentationFramework (4)
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
1340
/// <see cref="ITextView.
BringPointIntoViewCompleted
"/>
src\Framework\MS\Internal\Documents\TextViewBase.cs (1)
339
/// <see cref="ITextView.
BringPointIntoViewCompleted
"/>
src\Framework\System\windows\Documents\TextEditor.cs (2)
1508
this.TextView.
BringPointIntoViewCompleted
+= new BringPointIntoViewCompletedEventHandler(HandleBringPointIntoViewCompleted);
1522
((ITextView)sender).
BringPointIntoViewCompleted
-= new BringPointIntoViewCompletedEventHandler(HandleBringPointIntoViewCompleted);