1 override of Host
PresentationFramework (1)
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (1)
137
public 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)
1019
UIElement host = component.PresentationContext.
Host
;