Implemented interface member:
property
ModelDictionary
System.Activities.Presentation.Model.IItemsCollection.ModelDictionary
4 references to ModelDictionary
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DictionaryItemsCollection.cs (4)
44
if (this.
ModelDictionary
!= null)
46
this.
ModelDictionary
.UpdateKey(oldKey, newKey);
55
if (this.
ModelDictionary
!= null)
57
this.
ModelDictionary
.UpdateValue(key, value);