Implemented interface member:
property
AnnotatedElement
MS.Internal.Annotations.Component.IAnnotationComponent.AnnotatedElement
3 references to AnnotatedElement
PresentationFramework (3)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (3)
493AdornerLayer layer = AdornerLayer.GetAdornerLayer(AnnotatedElement); // note, GetAdornerLayer requires UIElement 494if (layer == null) throw new InvalidOperationException(SR.Format(SR.NoPresentationContextForGivenElement, AnnotatedElement)); 496AdornerPresentationContext.HostComponent(layer, this, AnnotatedElement, false);