2 writes to handles
System.Activities (2)
System\Activities\Runtime\LocationEnvironment.cs (2)
100
set { this.
handles
= value; }
253
this.
handles
= new List<Handle>();
7 references to handles
System.Activities (7)
System\Activities\Runtime\LocationEnvironment.cs (7)
99
get { return this.
handles
; }
177
get { return this.
handles
; }
227
if (this.
handles
!= null)
229
int count = this.
handles
.Count;
232
this.
handles
[i].Reinitialize(handleScope);
251
if (this.
handles
== null)
255
this.
handles
.Add(handleToAdd);