3 writes to collection
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DictionaryItemsCollection.cs (3)
26item.collection = this; 83item.collection = this; 107item.collection = this;
6 references to collection
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\ModelItemKeyValuePair.cs (6)
38if (this.collection != null) 40this.collection.PreUpdateKey(this.key, value); 43if (this.collection != null) 45this.collection.PostUpdateKey(); 59if (this.collection != null) 61this.collection.UpdateValue(this.key, value);