18 references to ConvertFrom
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
1546_xamlNodesWriter.WriteValue(converter.ConvertFrom(_binaryReader.ReadBytes(dataByteSize)));
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (3)
1070value = converter.ConvertFrom(value); 1332converter.ConvertFrom(value); 1390object value = converter.ConvertFrom(currentExpressionText);
System.ComponentModel.DataAnnotations (1)
DataAnnotations\RangeAttribute.cs (1)
182Func<object, object> conversion = value => (value != null && value.GetType() == type) ? value : converter.ConvertFrom(value);
System.Configuration (1)
System\Configuration\ConfigurationProperty.cs (1)
220value = this.Converter.ConvertFrom(value);
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (3)
1070value = converter.ConvertFrom(value); 1332converter.ConvertFrom(value); 1390object value = converter.ConvertFrom(currentExpressionText);
System.Drawing (1)
commonui\System\Drawing\Advanced\Font.cs (1)
105size = (float) sc.ConvertFrom(sie.Value);
System.Web (2)
Compilation\AppSettingsExpressionBuilder.cs (1)
70return converter.ConvertFrom(value);
Compilation\RouteValueExpressionBuilder.cs (1)
59return converter.ConvertFrom(value);
System.Web.DynamicData (1)
DynamicData\Util\Misc.cs (1)
104return converter.ConvertFrom(value);
System.Windows.Forms (3)
winforms\Managed\System\Resources\ResXDataNode.cs (2)
491result = tc.ConvertFrom(serializedData); 684result = tc.ConvertFrom(fileRef.ToString());
winforms\Managed\System\WinForms\DataGridViewDataConnection.cs (1)
1585value = boundColumnConverter.ConvertFrom(value);
System.Workflow.ComponentModel (2)
AuthoringOM\Design\ActivityDesignerLayoutSerializers.cs (2)
395size = converter.ConvertFrom(value); 445point = converter.ConvertFrom(value);