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