1 override of Host
PresentationFramework (1)
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (1)
146public override UIElement Host { get { return _adornerLayer; } }
2 references to Host
PresentationFramework (2)
MS\Internal\Annotations\Component\AnnotationAdorner.cs (1)
215_annotationComponent.PresentationContext.Host.InvalidateMeasure();
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
1019UIElement host = component.PresentationContext.Host;