5 references to CreateLocatorPart
PresentationFramework (5)
src\Framework\MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (1)
151
ContentLocatorPart locatorPart =
CreateLocatorPart
(pageNb);
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (3)
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 (1)
1622
fixedProcessor = this.LocatorManager.GetSubTreeProcessorForLocatorPart(FixedPageProcessor.
CreateLocatorPart
(0)) as FixedPageProcessor;