1 instantiation of FixedPageProcessor
PresentationFramework (1)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
53RegisterSubTreeProcessor(new FixedPageProcessor(this), FixedPageProcessor.Id);
13 references to FixedPageProcessor
PresentationFramework (13)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
53RegisterSubTreeProcessor(new FixedPageProcessor(this), FixedPageProcessor.Id);
System\Windows\Annotations\AnnotationDocumentPaginator.cs (1)
320AnnotationService.SetSubTreeProcessorId(decorator, FixedPageProcessor.Id);
System\Windows\Annotations\AnnotationHelper.cs (7)
225FixedPageProcessor processor = service.LocatorManager.GetSubTreeProcessorForLocatorPart(FixedPageProcessor.CreateLocatorPart(0)) as FixedPageProcessor; 719FixedPageProcessor processor = service.LocatorManager.GetSubTreeProcessorForLocatorPart(FixedPageProcessor.CreateLocatorPart(0)) as FixedPageProcessor; 733locator.Parts.Add(FixedPageProcessor.CreateLocatorPart(pageNumber));
System\Windows\Annotations\AnnotationService.cs (3)
1535FixedPageProcessor fixedProcessor = null; 1564fixedProcessor = this.LocatorManager.GetSubTreeProcessorForLocatorPart(FixedPageProcessor.CreateLocatorPart(0)) as FixedPageProcessor;
System\Windows\Controls\Primitives\DocumentViewerBase.cs (1)
1353AnnotationService.SetSubTreeProcessorId(this, FixedPageProcessor.Id);