2 writes to key
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ModelItemKeyValuePair.cs (2)
25
this.
key
= key;
42
this.
key
= value;
3 references to key
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ModelItemKeyValuePair.cs (3)
34
return this.
key
;
40
this.collection.PreUpdateKey(this.
key
, value);
61
this.collection.UpdateValue(this.
key
, value);