18 references to Category
System.Activities.Presentation (18)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryContainerAutomationPeer.cs (1)
178
return _container.
Category
.CategoryName;
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\CategoryList.cs (5)
342
CategoryEntry category = container.
Category
;
390
CategoryEntry category = container.
Category
;
393
CategoryState state = _categoryStates.GetCategoryState(container.
Category
.CategoryName);
411
CategoryEntry category = container.
Category
;
414
CategoryState state = _categoryStates.GetCategoryState(container.
Category
.CategoryName);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryContainer.xaml.cs (8)
245
theThis.AddProperty(property, theThis.unconsumedBasicProperties, theThis.
Category
.BasicProperties, theThis.basicCategoryEditors);
249
theThis.AddProperty(property, theThis.unconsumedAdvancedProperties, theThis.
Category
.AdvancedProperties, theThis.advancedCategoryEditors);
406
this.Expanded = owningPI.IsCategoryExpanded(this.
Category
.CategoryName);
420
this.AddProperty(property, this.unconsumedAdvancedProperties, this.
Category
.AdvancedProperties, this.advancedCategoryEditors);
446
this.AddProperty(property, this.unconsumedBasicProperties, this.
Category
.BasicProperties, this.basicCategoryEditors);
558
if (this.
Category
!= null)
562
RefreshConsumedProperties(this.unconsumedBasicProperties, this.
Category
.BasicProperties, this.basicCategoryEditors);
567
RefreshConsumedProperties(this.unconsumedAdvancedProperties, this.
Category
.AdvancedProperties, this.advancedCategoryEditors);
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Selection\CategorySelectionStop.cs (4)
40
if (parent.
Category
== null)
47
_selectionPath = CategoryContainerSelectionPathInterpreter.Instance.ConstructSelectionPath(parent.
Category
.CategoryName, isAdvanced);
52
parent.
Category
.CategoryName) :
56
parent.
Category
.CategoryName);