1 write to categories
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (1)
96this.categories = new ToolboxCategoryItems(callback);
5 references to categories
System.Activities.Presentation (5)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxControl.cs (5)
129get { return this.categories; } 132this.categories.Clear(); 137this.categories.Add(category); 203loader.LoadToolboxItems(fileName, toolboxControl.categories, false); 312this.toolsTreeView.ItemsSource = this.categories;