9 references to Anchors
PresentationFramework (9)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
337
foreach (AnnotationResource anchor in annotation.
Anchors
)
src\Framework\MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (1)
135
foreach (AnnotationResource resource in annotation.
Anchors
)
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
399
foreach (AnnotationResource anchor in annotation.
Anchors
)
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (4)
804
object anchor = service.LocatorManager.ResolveLocator(annot.
Anchors
[0].ContentLocators[0], 0, service.Root, out level);
807
attachedAnnotations.Add(new AttachedAnnotation(service.LocatorManager, annot, annot.
Anchors
[0], anchor, level));
1091
annot.
Anchors
.Clear();
1092
annot.
Anchors
.Add(anchor);
src\Framework\System\Windows\Annotations\AnnotationService.cs (2)
1344
List<AttachedAnnotationChangedEventArgs> eventsToFire = new List<AttachedAnnotationChangedEventArgs>(annotation.
Anchors
.Count);
1346
foreach (AnnotationResource anchor in annotation.
Anchors
)