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