16 writes to Value
PresentationFramework (16)
System\Windows\Markup\BamlReader.cs (16)
817
Value
= bamlRecord.XmlNamespace,
895
info.
Value
= GetTypeValueString(((BamlPropertyTypeReferenceRecord)_currentBamlRecord).TypeId);
907
info.
Value
= GetExtensionValueString((IOptimizedMarkupExtension)_currentBamlRecord);
926
info.
Value
= GetExtensionValueString((IOptimizedMarkupExtension)optimizedStaticResourceRecord);
949
info.
Value
= value;
1047
info.
Value
= $"{declaringType.Name}.{_propertyDP.Name}";
1055
info.
Value
= $"{prefix}:{info.Value}";
1077
info.
Value
= converter.ConvertToString(null,
1101
Value
= bamlRecord.Value,
1130
Value
= bamlRecord.Value,
1159
Value
= GetTypeValueString(bamlRecord.TypeId),
1277
Value
= stringKeyRecord.Value,
1328
Value
= typeName,
1400
Value
= dictKey.Shared.ToString(),
1691
Value
= markupString,
2292
Value
= keyInfo.Value,
6 references to Value
PresentationFramework (6)
System\Windows\Markup\BamlReader.cs (6)
397
_value = info.
Value
;
1055
info.Value = $"{prefix}:{info.
Value
}";
1616
markupString += $"{propertyInfo.LocalName}={propertyInfo.
Value
}";
1628
markupString += $"{propertyInfo.LocalName}={propertyInfo.
Value
}";
1641
markupString += $"{propertyInfo.LocalName}={propertyInfo.
Value
}";
2292
Value = keyInfo.
Value
,