18 references to CategoryName
System.Data (18)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryContainerAutomationPeer.cs (1)
178return _container.Category.CategoryName;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (7)
250if (string.Compare(category.CategoryName, this[index].CategoryName, StringComparison.CurrentCulture) < 0) 311CategoryState state = _categoryStates.GetCategoryState(category.CategoryName); 346CategoryState state = _categoryStates.GetCategoryState(category.CategoryName); 393CategoryState state = _categoryStates.GetCategoryState(container.Category.CategoryName); 414CategoryState state = _categoryStates.GetCategoryState(container.Category.CategoryName); 970if (category.CategoryName.Equals(name))
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryBase.cs (4)
86get { return this.CategoryName; } 141this.ReportCategoryException(string.Format(CultureInfo.CurrentCulture, ExceptionStringTable.CategoryIconLoadFailed, this.CategoryName, exception.Message)); 156this.ReportCategoryException(string.Format(CultureInfo.CurrentCulture, ExceptionStringTable.CategoryIconLoadFailed, this.CategoryName, exception.Message)); 238return predicate.Match(this.CategoryName);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryContainer.xaml.cs (2)
219category.CategoryName + "Category"); 406this.Expanded = owningPI.IsCategoryExpanded(this.Category.CategoryName);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\CategorySelectionStop.cs (3)
47_selectionPath = CategoryContainerSelectionPathInterpreter.Instance.ConstructSelectionPath(parent.Category.CategoryName, isAdvanced); 52parent.Category.CategoryName) : 56parent.Category.CategoryName);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Views\ByCategoryViewManager.cs (1)
191return CategoryContainerSelectionPathInterpreter.Instance.ConstructSelectionPath(categoryEntry.CategoryName, false);