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