1 write to Value
PresentationFramework (1)
System\Windows\Markup\BamlRecordWriter.cs (1)
1000bamlPropertyCustom.Value = xamlProperty.Value;
9 references to Value
PresentationFramework (9)
System\Windows\Markup\BamlRecords.cs (9)
2523string [] enumValues = Value.Split(','); 2551object convertedValue = boolConverter.ConvertFromString(TypeContext, TypeConverterHelper.InvariantEnglishUS, Value); 2563converted = serializer.ConvertStringToCustomBinary(bamlBinaryWriter, Value); 2573converted = serializer.ConvertStringToCustomBinary(bamlBinaryWriter, Value); 2583converted = serializer.ConvertStringToCustomBinary(bamlBinaryWriter, Value); 2593converted = serializer.ConvertStringToCustomBinary(bamlBinaryWriter, Value); 2603converted = serializer.ConvertStringToCustomBinary(bamlBinaryWriter, Value); 2613converted = serializer.ConvertStringToCustomBinary(bamlBinaryWriter, Value); 2618throw new XamlParseException(SR.Format(SR.ParserBadString, Value, ValueType.Name));