16 writes to Value
PresentationFramework (16)
System\Windows\Markup\BamlReader.cs (16)
824info.Value = bamlRecord.XmlNamespace; 901info.Value = GetTypeValueString(((BamlPropertyTypeReferenceRecord)_currentBamlRecord).TypeId); 913info.Value = GetExtensionValueString((IOptimizedMarkupExtension)_currentBamlRecord); 932info.Value = GetExtensionValueString((IOptimizedMarkupExtension)optimizedStaticResourceRecord); 955info.Value = value; 1053info.Value = $"{declaringType.Name}.{_propertyDP.Name}"; 1061info.Value = $"{prefix}:{info.Value}"; 1083info.Value = converter.ConvertToString(null, 1106info.Value = bamlRecord.Value; 1133info.Value = bamlRecord.Value; 1160info.Value = GetTypeValueString(bamlRecord.TypeId); 1276info.Value = stringKeyRecord.Value; 1325info.Value = typeName; 1395info.Value = dictKey.Shared.ToString(); 1684info.Value = markupString; 2280info.Value = keyInfo.Value;
6 references to Value
PresentationFramework (6)
System\Windows\Markup\BamlReader.cs (6)
405_value = info.Value; 1061info.Value = $"{prefix}:{info.Value}"; 1610markupString += $"{propertyInfo.LocalName}={propertyInfo.Value}"; 1622markupString += $"{propertyInfo.LocalName}={propertyInfo.Value}"; 1635markupString += $"{propertyInfo.LocalName}={propertyInfo.Value}"; 2280info.Value = keyInfo.Value;