6 references to _expandedPropertyEditors
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\State\PropertyActiveEditModeStateContainer.cs (6)
33
return
_expandedPropertyEditors
.ContainsKey(ModelUtilities.GetCachedSubPropertyHierarchyPath(property)) ?
52
_expandedPropertyEditors
[path] = null;
56
_expandedPropertyEditors
.Remove(path);
64
if (
_expandedPropertyEditors
.Count == 0)
71
foreach (string propertyPath in
_expandedPropertyEditors
)
99
_expandedPropertyEditors
[path] = null;