6 references to categoryEditors
System.Activities.Presentation (6)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\FromExpression\Framework\PropertyInspector\CategoryBase.cs (6)
41this.categoryEditors.CollectionChanged += new System.Collections.Specialized.NotifyCollectionChangedEventHandler(categoryEditors_CollectionChanged); 91get { return categoryEditors; } 126if (this.iconProvider == null || !this.categoryEditors.Contains(this.iconProvider)) 128foreach (CategoryEditor editor in this.categoryEditors) 186int insertionIndex = this.categoryEditors.BinarySearch(categoryEditor, CategoryBase.alphabeticalCategoryEditorComparer); 191this.categoryEditors.Insert(insertionIndex, categoryEditor);