3 implementations of RemoveAttachedAnnotation
PresentationFramework (3)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (1)
281public void RemoveAttachedAnnotation(IAttachedAnnotation attachedAnnotation)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
246public void RemoveAttachedAnnotation(IAttachedAnnotation attachedAnnotation)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
950void IAnnotationComponent.RemoveAttachedAnnotation(IAttachedAnnotation attachedAnnotation)
1 reference to RemoveAttachedAnnotation
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Component\AnnotationComponentManager.cs (1)
97component.RemoveAttachedAnnotation(attachedAnnotation); // let the annotation component know