4 references to SelectionPathResolver
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (1)
535DependencyObject newSelection = SelectionPathResolver.ResolveSelectionPath(this, path, out pendingGeneration);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\SelectionPathResolver.cs (3)
27SelectionPathResolver.RegisterInterpreter(CategoryContainerSelectionPathInterpreter.Instance); 28SelectionPathResolver.RegisterInterpreter(CategoryEditorSelectionPathInterpreter.Instance); 29SelectionPathResolver.RegisterInterpreter(PropertySelectionPathInterpreter.Instance);