2 writes to categoryName
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategory.cs (2)
31this.categoryName = name; 40this.categoryName = value;
1 reference to categoryName
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategory.cs (1)
37get { return this.categoryName; }