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