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