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