5 instantiations of AttachedAnnotation
PresentationFramework (5)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
347
attachedAnnotations.Add(new
AttachedAnnotation
(this, annotation, anchor, attachedAnchor, attachmentLevel));
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
411
attachedAnnotations.Add(new
AttachedAnnotation
(_locatorManager, annotation, anchor, attachedAnchor, attachmentLevel, firstElement as DocumentPageHost));
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (1)
807
attachedAnnotations.Add(new
AttachedAnnotation
(service.LocatorManager, annot, annot.Anchors[0], anchor, level));
src\Framework\System\Windows\Annotations\AnnotationService.cs (2)
1406
AttachedAnnotation attachedAnnotation = new
AttachedAnnotation
(
1512
AttachedAnnotation attachedAnnotation = new
AttachedAnnotation
(
5 references to AttachedAnnotation
PresentationFramework (5)
src\Framework\System\Windows\Annotations\AnnotationService.cs (5)
934
((
AttachedAnnotation
)matchingAnnotation).Update(attachedAnnotation.AttachedAnchor, attachedAnnotation.AttachmentLevel, null);
1406
AttachedAnnotation
attachedAnnotation = new AttachedAnnotation(
1489
((
AttachedAnnotation
)attachedAnnotation).Update(newAttachedAnchor, newAttachmentLevel, null);
1512
AttachedAnnotation
attachedAnnotation = new AttachedAnnotation(
1631
((
AttachedAnnotation
)attachedAnnotation).SetFullyAttachedAnchor(fullAnchor);