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