24 references to LocatorManager
PresentationFramework (24)
System\Windows\Annotations\AnnotationHelper.cs (10)
218
TextSelectionProcessor rangeProcessor = service.
LocatorManager
.GetSelectionProcessor(typeof(TextRange)) as TextSelectionProcessor;
219
TextSelectionProcessor anchorProcessor = service.
LocatorManager
.GetSelectionProcessor(typeof(TextAnchor)) as TextSelectionProcessor;
240
FixedPageProcessor processor = service.
LocatorManager
.GetSubTreeProcessorForLocatorPart(FixedPageProcessor.CreateLocatorPart(0)) as FixedPageProcessor;
692
IList<ContentLocatorBase> locators = service.
LocatorManager
.GenerateLocators(textRange);
695
TextSelectionProcessor rangeProcessor = service.
LocatorManager
.GetSelectionProcessor(typeof(TextRange)) as TextSelectionProcessor;
696
TextSelectionProcessor anchorProcessor = service.
LocatorManager
.GetSelectionProcessor(typeof(TextAnchor)) as TextSelectionProcessor;
734
FixedPageProcessor processor = service.
LocatorManager
.GetSubTreeProcessorForLocatorPart(FixedPageProcessor.CreateLocatorPart(0)) as FixedPageProcessor;
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));
1071
IList<ContentLocatorBase> locators = service.
LocatorManager
.GenerateLocators(selection);
System\Windows\Annotations\AnnotationService.cs (9)
377
IList<IAttachedAnnotation> attachedAnnotations =
LocatorManager
.ProcessSubTree(element);
794
IList<IAttachedAnnotation> attachedAnnotations =
LocatorManager
.ProcessSubTree(_root);
982
attachedAnnotations =
LocatorManager
.ProcessSubTree(_root);
1367
this.
LocatorManager
,
1473
this.
LocatorManager
,
1573
flowRangeProcessor = this.
LocatorManager
.GetSelectionProcessor(typeof(TextRange)) as TextSelectionProcessor;
1576
flowAnchorProcessor = this.
LocatorManager
.GetSelectionProcessor(typeof(TextAnchor)) as TextSelectionProcessor;
1582
fixedProcessor = this.
LocatorManager
.GetSubTreeProcessorForLocatorPart(FixedPageProcessor.CreateLocatorPart(0)) as FixedPageProcessor;
1625
attachedAnchor =
LocatorManager
.FindAttachedAnchor(_root,
System\Windows\Controls\Primitives\DocumentViewerBase.cs (5)
1391
service.
LocatorManager
.RegisterSelectionProcessor(new FixedTextSelectionProcessor(), typeof(TextRange));
1392
service.
LocatorManager
.RegisterSelectionProcessor(new FixedTextSelectionProcessor(), typeof(TextAnchor));
1404
service.
LocatorManager
.RegisterSelectionProcessor(new TextSelectionProcessor(), typeof(TextRange));
1405
service.
LocatorManager
.RegisterSelectionProcessor(new TextSelectionProcessor(), typeof(TextAnchor));
1406
service.
LocatorManager
.RegisterSelectionProcessor(new TextViewSelectionProcessor(), typeof(DocumentViewerBase));