5 references to GetTypeValueString
PresentationFramework (5)
System\Windows\Markup\BamlReader.cs (5)
901info.Value = GetTypeValueString(((BamlPropertyTypeReferenceRecord)_currentBamlRecord).TypeId); 1160info.Value = GetTypeValueString(bamlRecord.TypeId); 1598markupString += GetTypeValueString(constTypeRecord.TypeId); 1642string value = GetTypeValueString(((BamlPropertyTypeReferenceRecord)_currentBamlRecord).TypeId); 2520valueString = GetTypeValueString(memberId);