16 writes to Value
PresentationFramework (16)
System\Windows\Markup\BamlReader.cs (16)
814info.Value = bamlRecord.XmlNamespace; 891info.Value = GetTypeValueString(((BamlPropertyTypeReferenceRecord)_currentBamlRecord).TypeId); 903info.Value = GetExtensionValueString((IOptimizedMarkupExtension)_currentBamlRecord); 922info.Value = GetExtensionValueString((IOptimizedMarkupExtension)optimizedStaticResourceRecord); 945info.Value = value; 1043info.Value = $"{declaringType.Name}.{_propertyDP.Name}"; 1051info.Value = $"{prefix}:{info.Value}"; 1073info.Value = converter.ConvertToString(null, 1096info.Value = bamlRecord.Value; 1123info.Value = bamlRecord.Value; 1150info.Value = GetTypeValueString(bamlRecord.TypeId); 1266info.Value = stringKeyRecord.Value; 1315info.Value = typeName; 1385info.Value = dictKey.Shared.ToString(); 1674info.Value = markupString; 2270info.Value = keyInfo.Value;
6 references to Value
PresentationFramework (6)
System\Windows\Markup\BamlReader.cs (6)
395_value = info.Value; 1051info.Value = $"{prefix}:{info.Value}"; 1600markupString += $"{propertyInfo.LocalName}={propertyInfo.Value}"; 1612markupString += $"{propertyInfo.LocalName}={propertyInfo.Value}"; 1625markupString += $"{propertyInfo.LocalName}={propertyInfo.Value}"; 2270info.Value = keyInfo.Value;