4 references to _activeCategoryEditors
System.Data (4)
cdf\src\NetFx40\Tools\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;