3 implementations of AddAttachedAnnotation
PresentationFramework (3)
src\Framework\MS\Internal\Annotations\Component\HighlightComponent.cs (1)
232public void AddAttachedAnnotation(IAttachedAnnotation attachedAnnotation)
src\Framework\MS\Internal\Annotations\Component\MArkedHighlightComponent.cs (1)
215public void AddAttachedAnnotation(IAttachedAnnotation attachedAnnotation)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
923void IAnnotationComponent.AddAttachedAnnotation(IAttachedAnnotation attachedAnnotation)
1 reference to AddAttachedAnnotation
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Component\AnnotationComponentManager.cs (1)
199component.AddAttachedAnnotation(attachedAnnotation); // this might cause recursion in modify if annotation component adds to annotation