16 writes to Value
PresentationFramework (16)
System\Windows\Markup\BamlReader.cs (16)
816Value = bamlRecord.XmlNamespace, 894info.Value = GetTypeValueString(((BamlPropertyTypeReferenceRecord)_currentBamlRecord).TypeId); 906info.Value = GetExtensionValueString((IOptimizedMarkupExtension)_currentBamlRecord); 925info.Value = GetExtensionValueString((IOptimizedMarkupExtension)optimizedStaticResourceRecord); 948info.Value = value; 1046info.Value = $"{declaringType.Name}.{_propertyDP.Name}"; 1054info.Value = $"{prefix}:{info.Value}"; 1076info.Value = converter.ConvertToString(null, 1100Value = bamlRecord.Value, 1129Value = bamlRecord.Value, 1158Value = GetTypeValueString(bamlRecord.TypeId), 1276Value = stringKeyRecord.Value, 1327Value = typeName, 1399Value = dictKey.Shared.ToString(), 1690Value = markupString, 2291Value = keyInfo.Value,
6 references to Value
PresentationFramework (6)
System\Windows\Markup\BamlReader.cs (6)
396_value = info.Value; 1054info.Value = $"{prefix}:{info.Value}"; 1615markupString += $"{propertyInfo.LocalName}={propertyInfo.Value}"; 1627markupString += $"{propertyInfo.LocalName}={propertyInfo.Value}"; 1640markupString += $"{propertyInfo.LocalName}={propertyInfo.Value}"; 2291Value = keyInfo.Value,