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