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