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