7 references to ContentLocators
PresentationFramework (7)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
323
foreach (ContentLocatorBase locator in anchor.
ContentLocators
)
MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (1)
130
foreach (ContentLocatorBase locator in resource.
ContentLocators
)
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
390
foreach (ContentLocatorBase locator in anchor.
ContentLocators
)
System\Windows\Annotations\AnnotationHelper.cs (2)
797
object anchor = service.LocatorManager.ResolveLocator(annot.Anchors[0].
ContentLocators
[0], 0, service.Root, out level);
1080
anchor.
ContentLocators
.Add(locator);
System\Windows\Annotations\AnnotationService.cs (2)
1308
if (anchor.
ContentLocators
.Count == 0)
1623
foreach (ContentLocatorBase locator in anchor.
ContentLocators
)