3 implementations of AnnotatedElement
PresentationFramework (3)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (1)
185public UIElement AnnotatedElement
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
158public UIElement AnnotatedElement
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1110UIElement IAnnotationComponent.AnnotatedElement
10 references to AnnotatedElement
PresentationFramework (10)
src\Framework\MS\Internal\Annotations\Component\AdornerPresentationContext.cs (2)
189AdornerPresentationContext.HostComponent(_adornerLayer, component, component.AnnotatedElement, false); 394foreach (Adorner adorner in _adornerLayer.GetAdorners(component.AnnotatedElement))
src\Framework\MS\Internal\Annotations\Component\AnnotationAdorner.cs (2)
80if (_annotationComponent.AnnotatedElement == null) 87_annotatedElement = _annotationComponent.AnnotatedElement;
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (6)
128service = AnnotationService.GetService(((IAnnotationComponent)snc).AnnotatedElement); 1393Debug.Assert(((IAnnotationComponent)this).AnnotatedElement != null, "undefined annotated element"); 1394FrameworkElement target = ((IAnnotationComponent)this).AnnotatedElement as FrameworkElement; 1435/// Schedules BringIntoView call on <see cref="IAnnotationComponent.AnnotatedElement"/> from <see cref="OnRequestBringIntoView"/> 1611IScrollInfo scrollInfo = component.AnnotatedElement as IScrollInfo; 1618UIElement parent = component.AnnotatedElement;