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