16 writes to Value
PresentationFramework (16)
System\Windows\Markup\BamlReader.cs (16)
817Value = bamlRecord.XmlNamespace, 895info.Value = GetTypeValueString(((BamlPropertyTypeReferenceRecord)_currentBamlRecord).TypeId); 907info.Value = GetExtensionValueString((IOptimizedMarkupExtension)_currentBamlRecord); 926info.Value = GetExtensionValueString((IOptimizedMarkupExtension)optimizedStaticResourceRecord); 949info.Value = value; 1047info.Value = $"{declaringType.Name}.{_propertyDP.Name}"; 1055info.Value = $"{prefix}:{info.Value}"; 1077info.Value = converter.ConvertToString(null, 1101Value = bamlRecord.Value, 1130Value = bamlRecord.Value, 1159Value = GetTypeValueString(bamlRecord.TypeId), 1277Value = stringKeyRecord.Value, 1328Value = typeName, 1400Value = dictKey.Shared.ToString(), 1691Value = markupString, 2292Value = keyInfo.Value,
6 references to Value
PresentationFramework (6)
System\Windows\Markup\BamlReader.cs (6)
397_value = info.Value; 1055info.Value = $"{prefix}:{info.Value}"; 1616markupString += $"{propertyInfo.LocalName}={propertyInfo.Value}"; 1628markupString += $"{propertyInfo.LocalName}={propertyInfo.Value}"; 1641markupString += $"{propertyInfo.LocalName}={propertyInfo.Value}"; 2292Value = keyInfo.Value,