24 references to LocatorManager
PresentationFramework (24)
System\Windows\Annotations\AnnotationHelper.cs (10)
203
TextSelectionProcessor rangeProcessor = service.
LocatorManager
.GetSelectionProcessor(typeof(TextRange)) as TextSelectionProcessor;
204
TextSelectionProcessor anchorProcessor = service.
LocatorManager
.GetSelectionProcessor(typeof(TextAnchor)) as TextSelectionProcessor;
225
FixedPageProcessor processor = service.
LocatorManager
.GetSubTreeProcessorForLocatorPart(FixedPageProcessor.CreateLocatorPart(0)) as FixedPageProcessor;
677
IList<ContentLocatorBase> locators = service.
LocatorManager
.GenerateLocators(textRange);
680
TextSelectionProcessor rangeProcessor = service.
LocatorManager
.GetSelectionProcessor(typeof(TextRange)) as TextSelectionProcessor;
681
TextSelectionProcessor anchorProcessor = service.
LocatorManager
.GetSelectionProcessor(typeof(TextAnchor)) as TextSelectionProcessor;
719
FixedPageProcessor processor = service.
LocatorManager
.GetSubTreeProcessorForLocatorPart(FixedPageProcessor.CreateLocatorPart(0)) as FixedPageProcessor;
782
object anchor = service.
LocatorManager
.ResolveLocator(annot.Anchors[0].ContentLocators[0], 0, service.Root, out level);
785
attachedAnnotations.Add(new AttachedAnnotation(service.
LocatorManager
, annot, annot.Anchors[0], anchor, level));
1056
IList<ContentLocatorBase> locators = service.
LocatorManager
.GenerateLocators(selection);
System\Windows\Annotations\AnnotationService.cs (9)
363
IList<IAttachedAnnotation> attachedAnnotations =
LocatorManager
.ProcessSubTree(element);
776
IList<IAttachedAnnotation> attachedAnnotations =
LocatorManager
.ProcessSubTree(_root);
964
attachedAnnotations =
LocatorManager
.ProcessSubTree(_root);
1349
this.
LocatorManager
,
1455
this.
LocatorManager
,
1555
flowRangeProcessor = this.
LocatorManager
.GetSelectionProcessor(typeof(TextRange)) as TextSelectionProcessor;
1558
flowAnchorProcessor = this.
LocatorManager
.GetSelectionProcessor(typeof(TextAnchor)) as TextSelectionProcessor;
1564
fixedProcessor = this.
LocatorManager
.GetSubTreeProcessorForLocatorPart(FixedPageProcessor.CreateLocatorPart(0)) as FixedPageProcessor;
1607
attachedAnchor =
LocatorManager
.FindAttachedAnchor(_root,
System\Windows\Controls\Primitives\DocumentViewerBase.cs (5)
1360
service.
LocatorManager
.RegisterSelectionProcessor(new FixedTextSelectionProcessor(), typeof(TextRange));
1361
service.
LocatorManager
.RegisterSelectionProcessor(new FixedTextSelectionProcessor(), typeof(TextAnchor));
1373
service.
LocatorManager
.RegisterSelectionProcessor(new TextSelectionProcessor(), typeof(TextRange));
1374
service.
LocatorManager
.RegisterSelectionProcessor(new TextSelectionProcessor(), typeof(TextAnchor));
1375
service.
LocatorManager
.RegisterSelectionProcessor(new TextViewSelectionProcessor(), typeof(DocumentViewerBase));