1 reference to ItemsCollectionKVPType
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelItemDictionaryImpl.cs (1)
761
object mutableKVPair = Activator.CreateInstance(this.
ItemsCollectionKVPType
, new object[] { key == null ? null : key.GetCurrentValue(), value != null ? value.GetCurrentValue() : null });