4 references to SelectionPathResolver
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (1)
535DependencyObject newSelection = SelectionPathResolver.ResolveSelectionPath(this, path, out pendingGeneration);
cdf\src\NetFx40\Tools\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);