1 instantiation of CategoryEditorSelectionPathInterpreter
System.Activities.Presentation (1)
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.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\CategoryEditorSelectionPathInterpreter.cs (2)
21private static CategoryEditorSelectionPathInterpreter _instance = new CategoryEditorSelectionPathInterpreter(); 25public static CategoryEditorSelectionPathInterpreter Instance
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\CategoryEditorSelectionStop.cs (1)
61_selectionPath = CategoryEditorSelectionPathInterpreter.Instance.ConstructSelectionPath(_editorTypeName);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\SelectionPathResolver.cs (1)
28SelectionPathResolver.RegisterInterpreter(CategoryEditorSelectionPathInterpreter.Instance);