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