4 references to GetSubTreeProcessorForLocatorPart
PresentationFramework (4)
MS\Internal\Annotations\Anchoring\LocatorManager.cs (1)
1104
processor = this.
GetSubTreeProcessorForLocatorPart
(locatorPart);
System\Windows\Annotations\AnnotationHelper.cs (2)
226
FixedPageProcessor processor = service.LocatorManager.
GetSubTreeProcessorForLocatorPart
(FixedPageProcessor.CreateLocatorPart(0)) as FixedPageProcessor;
720
FixedPageProcessor processor = service.LocatorManager.
GetSubTreeProcessorForLocatorPart
(FixedPageProcessor.CreateLocatorPart(0)) as FixedPageProcessor;
System\Windows\Annotations\AnnotationService.cs (1)
1565
fixedProcessor = this.LocatorManager.
GetSubTreeProcessorForLocatorPart
(FixedPageProcessor.CreateLocatorPart(0)) as FixedPageProcessor;