5 instantiations of AttachedAnnotation
PresentationFramework (5)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
331
attachedAnnotations.Add(new
AttachedAnnotation
(this, annotation, anchor, attachedAnchor, attachmentLevel));
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
400
attachedAnnotations.Add(new
AttachedAnnotation
(_locatorManager, annotation, anchor, attachedAnchor, attachmentLevel, firstElement as DocumentPageHost));
System\Windows\Annotations\AnnotationHelper.cs (1)
800
attachedAnnotations.Add(new
AttachedAnnotation
(service.LocatorManager, annot, annot.Anchors[0], anchor, level));
System\Windows\Annotations\AnnotationService.cs (2)
1366
AttachedAnnotation attachedAnnotation = new
AttachedAnnotation
(
1472
AttachedAnnotation attachedAnnotation = new
AttachedAnnotation
(
5 references to AttachedAnnotation
PresentationFramework (5)
System\Windows\Annotations\AnnotationService.cs (5)
901
((
AttachedAnnotation
)matchingAnnotation).Update(attachedAnnotation.AttachedAnchor, attachedAnnotation.AttachmentLevel, null);
1366
AttachedAnnotation
attachedAnnotation = new AttachedAnnotation(
1449
((
AttachedAnnotation
)attachedAnnotation).Update(newAttachedAnchor, newAttachmentLevel, null);
1472
AttachedAnnotation
attachedAnnotation = new AttachedAnnotation(
1591
((
AttachedAnnotation
)attachedAnnotation).SetFullyAttachedAnchor(fullAnchor);