9 references to Anchors
PresentationFramework (9)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
321
foreach (AnnotationResource anchor in annotation.
Anchors
)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (1)
128
foreach (AnnotationResource resource in annotation.
Anchors
)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
388
foreach (AnnotationResource anchor in annotation.
Anchors
)
System\Windows\Annotations\AnnotationHelper.cs (4)
797
object anchor = service.LocatorManager.ResolveLocator(annot.
Anchors
[0].ContentLocators[0], 0, service.Root, out level);
800
attachedAnnotations.Add(new AttachedAnnotation(service.LocatorManager, annot, annot.
Anchors
[0], anchor, level));
1083
annot.
Anchors
.Clear();
1084
annot.
Anchors
.Add(anchor);
System\Windows\Annotations\AnnotationService.cs (2)
1304
List<AttachedAnnotationChangedEventArgs> eventsToFire = new List<AttachedAnnotationChangedEventArgs>(annotation.
Anchors
.Count);
1306
foreach (AnnotationResource anchor in annotation.
Anchors
)