1 override of ConvertStringToValue
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Model\ModelPropertyValue.cs (1)
202protected override object ConvertStringToValue(string stringToConvert)
2 references to ConvertStringToValue
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Base\Core\PropertyEditing\PropertyValue.cs (2)
226this.Value = this.ConvertStringToValue(value); 240this.Value = this.ConvertStringToValue(value);