1 instantiation of PropertySelectionPathInterpreter
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelectionPathInterpreter.cs (1)
23private static PropertySelectionPathInterpreter _instance = new PropertySelectionPathInterpreter();
7 references to PropertySelectionPathInterpreter
System.Activities.Presentation (7)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (1)
179get { return PropertySelectionPathInterpreter.Instance.ConstructSelectionPath(this.PropertyEntry); }
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (1)
342new SelectionPath(PropertySelectionPathInterpreter.PropertyPathTypeId, propertyPathToSelect);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelectionPathInterpreter.cs (2)
23private static PropertySelectionPathInterpreter _instance = new PropertySelectionPathInterpreter(); 27public static PropertySelectionPathInterpreter Instance
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelectionStop.cs (1)
59_selectionPath = PropertySelectionPathInterpreter.Instance.ConstructSelectionPath(_property);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\SelectionPathResolver.cs (1)
29SelectionPathResolver.RegisterInterpreter(PropertySelectionPathInterpreter.Instance);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Views\AlphabeticalViewManager.cs (1)
128return PropertySelectionPathInterpreter.Instance.ConstructSelectionPath(firstProperty);