5 references to GetTypeValueString
PresentationFramework (5)
System\Windows\Markup\BamlReader.cs (5)
891info.Value = GetTypeValueString(((BamlPropertyTypeReferenceRecord)_currentBamlRecord).TypeId); 1150info.Value = GetTypeValueString(bamlRecord.TypeId); 1588markupString += GetTypeValueString(constTypeRecord.TypeId); 1632string value = GetTypeValueString(((BamlPropertyTypeReferenceRecord)_currentBamlRecord).TypeId); 2510valueString = GetTypeValueString(memberId);