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