1 instantiation of FixedPageProcessor
PresentationFramework (1)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
83RegisterSubTreeProcessor(new FixedPageProcessor(this), FixedPageProcessor.Id);
13 references to FixedPageProcessor
PresentationFramework (13)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
83RegisterSubTreeProcessor(new FixedPageProcessor(this), FixedPageProcessor.Id);
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
332AnnotationService.SetSubTreeProcessorId(decorator, FixedPageProcessor.Id);
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (7)
246FixedPageProcessor processor = service.LocatorManager.GetSubTreeProcessorForLocatorPart(FixedPageProcessor.CreateLocatorPart(0)) as FixedPageProcessor; 741FixedPageProcessor processor = service.LocatorManager.GetSubTreeProcessorForLocatorPart(FixedPageProcessor.CreateLocatorPart(0)) as FixedPageProcessor; 755locator.Parts.Add(FixedPageProcessor.CreateLocatorPart(pageNumber));
src\Framework\System\Windows\Annotations\AnnotationService.cs (3)
1593FixedPageProcessor fixedProcessor = null; 1622fixedProcessor = this.LocatorManager.GetSubTreeProcessorForLocatorPart(FixedPageProcessor.CreateLocatorPart(0)) as FixedPageProcessor;
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1396AnnotationService.SetSubTreeProcessorId(this, FixedPageProcessor.Id);