1 override of RemoveFromHost
PresentationFramework (1)
MS\Internal\Annotations\Component\AdornerPresentationContext.cs (1)
193public override void RemoveFromHost(IAnnotationComponent component, bool reorder)
3 references to RemoveFromHost
PresentationFramework (3)
MS\Internal\Annotations\Component\AnnotationComponentManager.cs (2)
96component.PresentationContext.RemoveFromHost(component, reorder); 250component.PresentationContext.RemoveFromHost(component, true);
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
538_presentationContext.RemoveFromHost(this, false);