3 implementations of ISelectionPathInterpreter
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\CategoryContainerSelectionPathInterpreter.cs (1)
18internal class CategoryContainerSelectionPathInterpreter : ISelectionPathInterpreter
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\CategoryEditorSelectionPathInterpreter.cs (1)
19internal class CategoryEditorSelectionPathInterpreter : ISelectionPathInterpreter
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelectionPathInterpreter.cs (1)
20internal class PropertySelectionPathInterpreter : ISelectionPathInterpreter
4 references to ISelectionPathInterpreter
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\SelectionPathResolver.cs (4)
19private static Dictionary<string, ISelectionPathInterpreter> _interpreters; 32private static void RegisterInterpreter(ISelectionPathInterpreter interpreter) 41_interpreters = new Dictionary<string, ISelectionPathInterpreter>(); 69ISelectionPathInterpreter interpreter;