1 type derived from CategoryEntry
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryBase.cs (1)
24internal abstract class CategoryBase : CategoryEntry, IEnumerable<PropertyEntry>
22 references to CategoryEntry
System.Activities.Presentation (22)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (13)
218public CategoryEntry this[int index] { 220return (CategoryEntry)this.Items[index]; 232public void Insert(int index, CategoryEntry category) 242public void InsertAlphabetically(CategoryEntry category) 298CategoryEntry category = item as CategoryEntry; 342CategoryEntry category = container.Category; 390CategoryEntry category = container.Category; 411CategoryEntry category = container.Category; 838internal PropertyContainer FindPropertyEntryVisual(PropertyEntry property, CategoryEntry parentCategory, out bool pendingGeneration) 890internal CategoryContainer FindCategoryEntryVisual(CategoryEntry category) 961internal CategoryEntry FindCategory(string name) 968foreach (CategoryEntry category in this.Items)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryContainer.xaml.cs (1)
37(CategoryEntry)null,
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\CategoryContainerSelectionPathInterpreter.cs (1)
72CategoryEntry category = root.FindCategory(categoryName);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Views\AlphabeticalViewManager.cs (1)
120CategoryEntry firstCategory = categoryList[0];
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Views\ByCategoryViewManager.cs (1)
186foreach (CategoryEntry categoryEntry in categoryList)
System.Activities.Presentation\System\Activities\Presentation\Converters\ModelPropertyEntryToModelItemConverter.cs (5)
49CategoryEntry category = (CategoryEntry) 50values.FirstOrDefault<object>(p => p != null && typeof(CategoryEntry).IsAssignableFrom(p.GetType())); 71PropertyEntry selectedProperty = this.GetPropertyEntry((CategoryEntry)sender, parameter); 82PropertyEntry GetPropertyEntry(CategoryEntry category, object parameter)