1 override of RemoveFromHost
PresentationFramework (1)
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (1)
179
public override void
RemoveFromHost
(IAnnotationComponent component, bool reorder)
3 references to RemoveFromHost
PresentationFramework (3)
MS\Internal\Annotations\Component\AnnotationComponentManager.cs (2)
90
component.PresentationContext?.
RemoveFromHost
(component, reorder);
244
component.PresentationContext.
RemoveFromHost
(component, true);
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
531
_presentationContext.
RemoveFromHost
(this, false);