3 implementations of AddAttachedAnnotation
PresentationFramework (3)
MS\Internal\Annotations\Component\HighlightComponent.cs (1)
222public void AddAttachedAnnotation(IAttachedAnnotation attachedAnnotation)
MS\Internal\Annotations\Component\MarkedHighlightComponent.cs (1)
206public void AddAttachedAnnotation(IAttachedAnnotation attachedAnnotation)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (1)
914void IAnnotationComponent.AddAttachedAnnotation(IAttachedAnnotation attachedAnnotation)
1 reference to AddAttachedAnnotation
PresentationFramework (1)
MS\Internal\Annotations\Component\AnnotationComponentManager.cs (1)
194component.AddAttachedAnnotation(attachedAnnotation); // this might cause recursion in modify if annotation component adds to annotation