3 implementations of AnnotatedElement
PresentationFramework (3)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
166public UIElement AnnotatedElement
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
142public UIElement AnnotatedElement
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
1084UIElement IAnnotationComponent.AnnotatedElement
10 references to AnnotatedElement
PresentationFramework (10)
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (2)
168AdornerPresentationContext.HostComponent(_adornerLayer, component, component.AnnotatedElement, false); 373foreach (Adorner adorner in _adornerLayer.GetAdorners(component.AnnotatedElement))
MS\Internal\Annotations\Component\AnnotationAdorner.cs (2)
70if (_annotationComponent.AnnotatedElement == null) 77_annotatedElement = _annotationComponent.AnnotatedElement;
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (6)
111service = AnnotationService.GetService(((IAnnotationComponent)snc).AnnotatedElement); 1367Debug.Assert(((IAnnotationComponent)this).AnnotatedElement != null, "undefined annotated element"); 1368FrameworkElement target = ((IAnnotationComponent)this).AnnotatedElement as FrameworkElement; 1408/// Schedules BringIntoView call on <see cref="IAnnotationComponent.AnnotatedElement"/> from <see cref="OnRequestBringIntoView"/> 1584IScrollInfo scrollInfo = component.AnnotatedElement as IScrollInfo; 1591UIElement parent = component.AnnotatedElement;