5 references to CreateLocatorPart
PresentationFramework (5)
MS\Internal\Annotations\Anchoring\FixedPageProcessor.cs (1)
138ContentLocatorPart locatorPart = CreateLocatorPart(pageNb);
System\Windows\Annotations\AnnotationHelper.cs (3)
226FixedPageProcessor processor = service.LocatorManager.GetSubTreeProcessorForLocatorPart(FixedPageProcessor.CreateLocatorPart(0)) as FixedPageProcessor; 720FixedPageProcessor processor = service.LocatorManager.GetSubTreeProcessorForLocatorPart(FixedPageProcessor.CreateLocatorPart(0)) as FixedPageProcessor; 734locator.Parts.Add(FixedPageProcessor.CreateLocatorPart(pageNumber));
System\Windows\Annotations\AnnotationService.cs (1)
1565fixedProcessor = this.LocatorManager.GetSubTreeProcessorForLocatorPart(FixedPageProcessor.CreateLocatorPart(0)) as FixedPageProcessor;