2 references to CategoryProperty
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryContainer.xaml.cs (2)
120get { return (CategoryBase)this.GetValue(CategoryContainer.CategoryProperty); } 121set { this.SetValue(CategoryContainer.CategoryProperty, value); }