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