2 writes to data
System.Activities (2)
System\Activities\Tracking\CustomTrackingRecord.cs (2)
82
this.
data
= new Dictionary<string, object>();
92
set { this.
data
= value; }
6 references to data
System.Activities (6)
System\Activities\Tracking\CustomTrackingRecord.cs (6)
49
if (record.
data
!= null && record.
data
.Count > 0)
51
foreach (KeyValuePair<string, object> item in record.
data
)
80
if (this.
data
== null)
84
return this.
data
;
91
get { return this.
data
; }