1 instantiation of CategoryEditorSelectionPathInterpreter
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\CategoryEditorSelectionPathInterpreter.cs (1)
21private static CategoryEditorSelectionPathInterpreter _instance = new CategoryEditorSelectionPathInterpreter();
4 references to CategoryEditorSelectionPathInterpreter
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\CategoryEditorSelectionPathInterpreter.cs (2)
21private static CategoryEditorSelectionPathInterpreter _instance = new CategoryEditorSelectionPathInterpreter(); 25public static CategoryEditorSelectionPathInterpreter Instance
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\CategoryEditorSelectionStop.cs (1)
61_selectionPath = CategoryEditorSelectionPathInterpreter.Instance.ConstructSelectionPath(_editorTypeName);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\SelectionPathResolver.cs (1)
28SelectionPathResolver.RegisterInterpreter(CategoryEditorSelectionPathInterpreter.Instance);