1 type derived from CategoryBase
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelCategoryEntry.cs (1)
22
internal class ModelCategoryEntry :
CategoryBase
, INotifyCollectionChanged
16 references to CategoryBase
System.Activities.Presentation (16)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (5)
37
internal class CategoryList : ItemsControl, IEnumerable<
CategoryBase
>, IStateContainer, INotifyPropertyChanged
432
foreach (
CategoryBase
category in this.Items)
451
private static bool ApplyFilter(PropertyFilter filter,
CategoryBase
category)
1058
public IEnumerator<
CategoryBase
> GetEnumerator()
1060
foreach (
CategoryBase
categoryBase in this.Items)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryBase.cs (3)
186
int insertionIndex = this.categoryEditors.BinarySearch(categoryEditor,
CategoryBase
.alphabeticalCategoryEditorComparer);
250
private
CategoryBase
category;
254
public PropertyEnumerator(
CategoryBase
category)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryContainer.xaml.cs (7)
34
typeof(
CategoryBase
),
118
public
CategoryBase
Category
120
get { return (
CategoryBase
)this.GetValue(CategoryContainer.CategoryProperty); }
216
CategoryBase
category = (
CategoryBase
)e.NewValue;
222
CategoryBase
oldCategory = (
CategoryBase
)e.OldValue;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Views\ByCategoryViewManager.cs (1)
136
private static void AddAttachedPropertiesCategoryEditors(Dictionary<Type, object> categoryEditorSet, IEnumerable<
CategoryBase
> categories)