1 override of Host
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Component\AdornerPresentationContext.cs (1)
153public override UIElement Host { get { return _adornerLayer; } }
2 references to Host
PresentationFramework (2)
src\Framework\MS\Internal\Annotations\Component\AnnotationAdorner.cs (1)
221_annotationComponent.PresentationContext.Host.InvalidateMeasure();
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
1041UIElement host = component.PresentationContext.Host;