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