2 references to ConvertType
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Interaction\Model\ModelItemCollection.cs (2)
280return IndexOf(ConvertType(value)); 323set { this[index] = ConvertType(value); }