5 references to GetCachedSubPropertyHierarchyPath
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Editors\SubPropertyEditor.cs (2)
285ModelUtilities.GetCachedSubPropertyHierarchyPath(containedProperty)); 549ModelUtilities.GetCachedSubPropertyHierarchyPath(property));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelectionPathInterpreter.cs (1)
42path.Append(ModelUtilities.GetCachedSubPropertyHierarchyPath(property));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\State\PropertyActiveEditModeStateContainer.cs (2)
33return _expandedPropertyEditors.ContainsKey(ModelUtilities.GetCachedSubPropertyHierarchyPath(property)) ? 45string path = ModelUtilities.GetCachedSubPropertyHierarchyPath(property);