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