3 implementations of AnnotatedElement
PresentationFramework (3)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
175public UIElement AnnotatedElement
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
149public UIElement AnnotatedElement
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1095UIElement IAnnotationComponent.AnnotatedElement
10 references to AnnotatedElement
PresentationFramework (10)
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (2)
182AdornerPresentationContext.HostComponent(_adornerLayer, component, component.AnnotatedElement, false); 387foreach (Adorner adorner in _adornerLayer.GetAdorners(component.AnnotatedElement))
MS\Internal\Annotations\Component\AnnotationAdorner.cs (2)
74if (_annotationComponent.AnnotatedElement == null) 81_annotatedElement = _annotationComponent.AnnotatedElement;
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (6)
122service = AnnotationService.GetService(((IAnnotationComponent)snc).AnnotatedElement); 1378Debug.Assert(((IAnnotationComponent)this).AnnotatedElement != null, "undefined annotated element"); 1379FrameworkElement target = ((IAnnotationComponent)this).AnnotatedElement as FrameworkElement; 1419/// Schedules BringIntoView call on <see cref="IAnnotationComponent.AnnotatedElement"/> from <see cref="OnRequestBringIntoView"/> 1595IScrollInfo scrollInfo = component.AnnotatedElement as IScrollInfo; 1602UIElement parent = component.AnnotatedElement;