10 references to CategoryEditors
System.Activities.Presentation (10)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (2)
1022foreach (CategoryEditor editor in currentCategory.CategoryEditors) 1044foreach (CategoryEditor editor in parentCategory.CategoryEditors)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryBase.cs (3)
196for (int i = 0; i < this.CategoryEditors.Count; i++) 198if (this.CategoryEditors[i].GetType() == categoryEditor) 200this.CategoryEditors.RemoveAt(i);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryContainer.xaml.cs (3)
227category.CategoryEditors.CollectionChanged -= theThis.CategoryEditors_CollectionChanged; 240theThis.AddCategoryEditors(category.CategoryEditors); 241category.CategoryEditors.CollectionChanged += theThis.CategoryEditors_CollectionChanged;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelCategoryEntry.cs (2)
240(this.CategoryEditors != null && this.CategoryEditors.Count != 0);