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