7 references to ContentLocators
PresentationFramework (7)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
339foreach(ContentLocatorBase locator in anchor.ContentLocators)
src\Framework\MS\Internal\Annotations\Storage\StoreAnnotationsMap.cs (1)
137foreach (ContentLocatorBase locator in resource.ContentLocators)
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
401foreach (ContentLocatorBase locator in anchor.ContentLocators)
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (2)
804object anchor = service.LocatorManager.ResolveLocator(annot.Anchors[0].ContentLocators[0], 0, service.Root, out level); 1088anchor.ContentLocators.Add(locator);
src\Framework\System\Windows\Annotations\AnnotationService.cs (2)
1348if (anchor.ContentLocators.Count == 0) 1663foreach (ContentLocatorBase locator in anchor.ContentLocators)