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