4 references to _activeCategoryEditors
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (4)
787foreach (KeyValuePair<Type, string> item in _activeCategoryEditors) 813ModelCategoryEntry affectedCategory = _categoryList.FindCategory(_activeCategoryEditors[editorTypeToRemove]) as ModelCategoryEntry; 819_activeCategoryEditors.Remove(editorTypeToRemove); 839_activeCategoryEditors[editorTypeToAdd] = editor.TargetCategory;