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