9 references to WrapAsModelItem
System.Data (9)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemCollectionImpl.cs (3)
289item = this.modelTreeManager.WrapAsModelItem(value); 435item = this.modelTreeManager.WrapAsModelItem(value); 646ModelItem modelItem = this.modelTreeManager.WrapAsModelItem(item);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (2)
762ModelItem mutableKVPairItem = this.modelTreeManager.WrapAsModelItem(mutableKVPair); 989return this.ModelTreeManager.WrapAsModelItem(value);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (4)
208this.rootItem = WrapAsModelItem(rootInstance); 226newValueModelItem = WrapAsModelItem(modelProperty.DefaultValue); 578value = WrapAsModelItem(dataModelProperty.PropertyDescriptor.GetValue(parent.ModelItem.GetCurrentValue())); 624newValueModelItem = WrapAsModelItem(value);