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