5 references to GetTypeValueString
PresentationFramework (5)
src\Framework\System\Windows\Markup\BamlReader.cs (5)
913info.Value = GetTypeValueString(((BamlPropertyTypeReferenceRecord)_currentBamlRecord).TypeId); 1172info.Value = GetTypeValueString(bamlRecord.TypeId); 1610markupString += GetTypeValueString(constTypeRecord.TypeId); 1654string value = GetTypeValueString(((BamlPropertyTypeReferenceRecord)_currentBamlRecord).TypeId); 2544valueString = GetTypeValueString(memberId);