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