2 references to GetObjectFromString
PresentationFramework (2)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (2)
3498
object o =
GetObjectFromString
(CurrentContext.ExpectedType, bamlTextRecord.Value, converterTypeId);
3587
object o =
GetObjectFromString
(CurrentContext.ExpectedType, bamlTextRecord.Value, converterTypeId);