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