16 writes to Value
PresentationFramework (16)
System\Windows\Markup\BamlReader.cs (16)
816
Value
= bamlRecord.XmlNamespace,
894
info.
Value
= GetTypeValueString(((BamlPropertyTypeReferenceRecord)_currentBamlRecord).TypeId);
906
info.
Value
= GetExtensionValueString((IOptimizedMarkupExtension)_currentBamlRecord);
925
info.
Value
= GetExtensionValueString((IOptimizedMarkupExtension)optimizedStaticResourceRecord);
948
info.
Value
= value;
1046
info.
Value
= $"{declaringType.Name}.{_propertyDP.Name}";
1054
info.
Value
= $"{prefix}:{info.Value}";
1076
info.
Value
= converter.ConvertToString(null,
1100
Value
= bamlRecord.Value,
1129
Value
= bamlRecord.Value,
1158
Value
= GetTypeValueString(bamlRecord.TypeId),
1276
Value
= stringKeyRecord.Value,
1327
Value
= typeName,
1399
Value
= dictKey.Shared.ToString(),
1690
Value
= markupString,
2291
Value
= keyInfo.Value,
6 references to Value
PresentationFramework (6)
System\Windows\Markup\BamlReader.cs (6)
396
_value = info.
Value
;
1054
info.Value = $"{prefix}:{info.
Value
}";
1615
markupString += $"{propertyInfo.LocalName}={propertyInfo.
Value
}";
1627
markupString += $"{propertyInfo.LocalName}={propertyInfo.
Value
}";
1640
markupString += $"{propertyInfo.LocalName}={propertyInfo.
Value
}";
2291
Value = keyInfo.
Value
,