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