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