2 instantiations of ModelCategoryEntry
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Views\AlphabeticalViewManager.cs (1)
86category = new ModelCategoryEntry(categoryName);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Views\ByCategoryViewManager.cs (1)
91category = new ModelCategoryEntry(categoryName);
30 references to ModelCategoryEntry
System.Data (30)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryContainerAutomationPeer.cs (2)
92public static ItemAutomationPeer CreateItemAutomationPeer(ModelCategoryEntry category, CiderCategoryContainer container, CategoryListAutomationPeer parentAutomationPeer) 332ModelCategoryEntry item,
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryListAutomationPeer.cs (1)
56item as ModelCategoryEntry,
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (7)
648ModelCategoryEntry defaultPropertyCategory; 911internal UIElement FindCategoryEditorVisual(CategoryEditor editor, ModelCategoryEntry category, out bool pendingGeneration) 985internal PropertyEntry FindPropertyEntry(string propertyName, out ModelCategoryEntry parentCategory) 993foreach (ModelCategoryEntry category in this.Items) 1012internal CategoryEditor FindCategoryEditor(string editorTypeName, out ModelCategoryEntry category) 1020foreach (ModelCategoryEntry currentCategory in this.Items) 1037private static CategoryEditor FindCategoryEditor(PropertyEntry property, ModelCategoryEntry parentCategory)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (10)
442foreach (ModelCategoryEntry category in _categoryList) 718foreach (ModelCategoryEntry category in _categoryList) 765ModelCategoryEntry category = (ModelCategoryEntry)_categoryList[i]; 813ModelCategoryEntry affectedCategory = _categoryList.FindCategory(_activeCategoryEditors[editorTypeToRemove]) as ModelCategoryEntry; 832ModelCategoryEntry affectedCategory = _categoryList.FindCategory(editor.TargetCategory) as ModelCategoryEntry; 850ModelCategoryEntry affectedCategory = _categoryList.FindCategory(editorToRemove.TargetCategory) as ModelCategoryEntry;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\CategoryEditorSelectionPathInterpreter.cs (1)
71ModelCategoryEntry category;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\PropertySelectionPathInterpreter.cs (1)
77ModelCategoryEntry parentCategory;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Views\AlphabeticalViewManager.cs (3)
54ModelCategoryEntry category = categoryList.FindCategory(categoryName) as ModelCategoryEntry; 160public void AddProperty(PropertyEntry property, ModelCategoryEntry category)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Views\ByCategoryViewManager.cs (4)
57ModelCategoryEntry category = categoryList.FindCategory(categoryName) as ModelCategoryEntry; 140foreach (ModelCategoryEntry category in categories) 221public void AddProperty(PropertyEntry property, ModelCategoryEntry category)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Views\IPropertyViewManager.cs (1)
77void AddProperty(PropertyEntry property, ModelCategoryEntry category);