4 references to GetSubTreeProcessorForLocatorPart
PresentationFramework (4)
src\Framework\MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
1151processor = this.GetSubTreeProcessorForLocatorPart(locatorPart);
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (2)
246FixedPageProcessor processor = service.LocatorManager.GetSubTreeProcessorForLocatorPart(FixedPageProcessor.CreateLocatorPart(0)) as FixedPageProcessor; 741FixedPageProcessor processor = service.LocatorManager.GetSubTreeProcessorForLocatorPart(FixedPageProcessor.CreateLocatorPart(0)) as FixedPageProcessor;
src\Framework\System\Windows\Annotations\AnnotationService.cs (1)
1622fixedProcessor = this.LocatorManager.GetSubTreeProcessorForLocatorPart(FixedPageProcessor.CreateLocatorPart(0)) as FixedPageProcessor;