3 references to OnRequestBringIntoView
PresentationFramework (3)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (3)
1363
RequestBringIntoView += new RequestBringIntoViewEventHandler(
OnRequestBringIntoView
);
1379
RequestBringIntoView -= new RequestBringIntoViewEventHandler(
OnRequestBringIntoView
);
1435
/// Schedules BringIntoView call on <see cref="IAnnotationComponent.AnnotatedElement"/> from <see cref="
OnRequestBringIntoView
"/>