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