2 writes to references
System.Workflow.ComponentModel (2)
AuthoringOM\Design\ReferenceService.cs (2)
95
this.
references
= new ArrayList(container.Components.Count);
236
this.
references
= null;
15 references to references
System.Workflow.ComponentModel (15)
AuthoringOM\Design\ReferenceService.cs (15)
40
this.
references
.Add(new ReferenceHolder(trailingName, reference, sitedComponent));
69
if (this.
references
== null)
187
foreach (ReferenceHolder reference in this.
references
)
204
if (this.
references
!= null)
206
int size = this.
references
.Count;
209
if (object.ReferenceEquals(((ReferenceHolder)this.
references
[i]).SitedComponent, component))
210
this.
references
.RemoveAt(i);
223
if (this.
references
!= null && this.provider != null)
248
foreach (ReferenceHolder holder in this.
references
)
262
foreach (ReferenceHolder holder in this.
references
)
276
foreach (ReferenceHolder holder in this.
references
)
289
object[] references = new object[this.
references
.Count];
291
references[i] = ((ReferenceHolder)this.
references
[i]).Reference;
303
ArrayList results = new ArrayList(this.
references
.Count);
304
foreach (ReferenceHolder holder in this.
references
)