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