3 implementations of AnnotatedElement
PresentationFramework (3)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
167public UIElement AnnotatedElement
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
143public UIElement AnnotatedElement
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1085UIElement IAnnotationComponent.AnnotatedElement
10 references to AnnotatedElement
PresentationFramework (10)
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (2)
169AdornerPresentationContext.HostComponent(_adornerLayer, component, component.AnnotatedElement, false); 374foreach (Adorner adorner in _adornerLayer.GetAdorners(component.AnnotatedElement))
MS\Internal\Annotations\Component\AnnotationAdorner.cs (2)
71if (_annotationComponent.AnnotatedElement == null) 78_annotatedElement = _annotationComponent.AnnotatedElement;
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (6)
112service = AnnotationService.GetService(((IAnnotationComponent)snc).AnnotatedElement); 1368Debug.Assert(((IAnnotationComponent)this).AnnotatedElement != null, "undefined annotated element"); 1369FrameworkElement target = ((IAnnotationComponent)this).AnnotatedElement as FrameworkElement; 1409/// Schedules BringIntoView call on <see cref="IAnnotationComponent.AnnotatedElement"/> from <see cref="OnRequestBringIntoView"/> 1585IScrollInfo scrollInfo = component.AnnotatedElement as IScrollInfo; 1592UIElement parent = component.AnnotatedElement;