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