5 references to CreateLocatorPart
PresentationFramework (5)
src\Framework\MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (1)
151ContentLocatorPart locatorPart = CreateLocatorPart(pageNb);
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (3)
246FixedPageProcessor processor = service.LocatorManager.GetSubTreeProcessorForLocatorPart(FixedPageProcessor.CreateLocatorPart(0)) as FixedPageProcessor; 741FixedPageProcessor processor = service.LocatorManager.GetSubTreeProcessorForLocatorPart(FixedPageProcessor.CreateLocatorPart(0)) as FixedPageProcessor; 755locator.Parts.Add(FixedPageProcessor.CreateLocatorPart(pageNumber));
src\Framework\System\Windows\Annotations\AnnotationService.cs (1)
1622fixedProcessor = this.LocatorManager.GetSubTreeProcessorForLocatorPart(FixedPageProcessor.CreateLocatorPart(0)) as FixedPageProcessor;