1 instantiation of FixedPageProcessor
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
54RegisterSubTreeProcessor(new FixedPageProcessor(this), FixedPageProcessor.Id);
13 references to FixedPageProcessor
PresentationFramework (13)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
54RegisterSubTreeProcessor(new FixedPageProcessor(this), FixedPageProcessor.Id);
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
321AnnotationService.SetSubTreeProcessorId(decorator, FixedPageProcessor.Id);
System\Windows\Annotations\AnnotationHelper.cs (7)
226FixedPageProcessor processor = service.LocatorManager.GetSubTreeProcessorForLocatorPart(FixedPageProcessor.CreateLocatorPart(0)) as FixedPageProcessor; 720FixedPageProcessor processor = service.LocatorManager.GetSubTreeProcessorForLocatorPart(FixedPageProcessor.CreateLocatorPart(0)) as FixedPageProcessor; 734locator.Parts.Add(FixedPageProcessor.CreateLocatorPart(pageNumber));
System\Windows\Annotations\AnnotationService.cs (3)
1536FixedPageProcessor fixedProcessor = null; 1565fixedProcessor = this.LocatorManager.GetSubTreeProcessorForLocatorPart(FixedPageProcessor.CreateLocatorPart(0)) as FixedPageProcessor;
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1369AnnotationService.SetSubTreeProcessorId(this, FixedPageProcessor.Id);