1 instantiation of FixedPageProcessor
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
76RegisterSubTreeProcessor(new FixedPageProcessor(this), FixedPageProcessor.Id);
13 references to FixedPageProcessor
PresentationFramework (13)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
76RegisterSubTreeProcessor(new FixedPageProcessor(this), FixedPageProcessor.Id);
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
322AnnotationService.SetSubTreeProcessorId(decorator, FixedPageProcessor.Id);
System\Windows\Annotations\AnnotationHelper.cs (7)
240FixedPageProcessor processor = service.LocatorManager.GetSubTreeProcessorForLocatorPart(FixedPageProcessor.CreateLocatorPart(0)) as FixedPageProcessor; 734FixedPageProcessor processor = service.LocatorManager.GetSubTreeProcessorForLocatorPart(FixedPageProcessor.CreateLocatorPart(0)) as FixedPageProcessor; 748locator.Parts.Add(FixedPageProcessor.CreateLocatorPart(pageNumber));
System\Windows\Annotations\AnnotationService.cs (3)
1553FixedPageProcessor fixedProcessor = null; 1582fixedProcessor = this.LocatorManager.GetSubTreeProcessorForLocatorPart(FixedPageProcessor.CreateLocatorPart(0)) as FixedPageProcessor;
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1384AnnotationService.SetSubTreeProcessorId(this, FixedPageProcessor.Id);