22 references to tools
System.Activities.Presentation (22)
System.Activities.Presentation\System\Activities\Presentation\Toolbox\ToolboxCategory.cs (22)
32this.tools.CollectionChanged += this.OnToolCollectionChanged; 47get { return this.tools[index]; } 53get { return this.tools; } 62this.tools.Add(tool); 71return this.tools.Remove(tool); 82this.tools.CollectionChanged += listener; 86this.tools.CollectionChanged -= listener; 122return this.tools.IndexOf((ToolboxItemWrapper)value); 127this.tools.Clear(); 136return this.tools.Contains((ToolboxItemWrapper)value); 145return this.tools.IndexOf((ToolboxItemWrapper)value); 154this.tools.Insert(index, (ToolboxItemWrapper)value); 159get { return ((IList)this.tools).IsFixedSize; } 164get { return ((IList)this.tools).IsReadOnly; } 174this.tools.RemoveAt(index); 181return this.tools[index]; 189this.tools[index] = (ToolboxItemWrapper)value; 203((ICollection)this.tools).CopyTo(array, index); 208get { return this.tools.Count; } 213get { return ((ICollection)this.tools).IsSynchronized; } 218get { return ((ICollection)this.tools).SyncRoot; } 227return this.tools.GetEnumerator();