16 writes to Value
PresentationFramework (16)
src\Framework\System\Windows\Markup\BamlReader.cs (16)
836info.Value = bamlRecord.XmlNamespace; 913info.Value = GetTypeValueString(((BamlPropertyTypeReferenceRecord)_currentBamlRecord).TypeId); 925info.Value = GetExtensionValueString((IOptimizedMarkupExtension)_currentBamlRecord); 944info.Value = GetExtensionValueString((IOptimizedMarkupExtension)optimizedStaticResourceRecord); 967info.Value = value; 1065info.Value = declaringType.Name + "." + _propertyDP.Name; 1073info.Value = prefix + ":" + info.Value; 1095info.Value = converter.ConvertToString(null, 1118info.Value = bamlRecord.Value; 1145info.Value = bamlRecord.Value; 1172info.Value = GetTypeValueString(bamlRecord.TypeId); 1288info.Value = stringKeyRecord.Value; 1337info.Value = typeName; 1407info.Value = dictKey.Shared.ToString(); 1696info.Value = markupString; 2303info.Value = keyInfo.Value;
6 references to Value
PresentationFramework (6)
src\Framework\System\Windows\Markup\BamlReader.cs (6)
414_value = info.Value; 1073info.Value = prefix + ":" + info.Value; 1622markupString += propertyInfo.LocalName + "=" + propertyInfo.Value; 1634markupString += propertyInfo.LocalName + "=" + propertyInfo.Value; 1647markupString += propertyInfo.LocalName + "=" + propertyInfo.Value; 2303info.Value = keyInfo.Value;