1 write to Value
PresentationFramework (1)
System\Windows\Markup\BamlRecordWriter.cs (1)
995bamlPropertyCustom.Value = xamlProperty.Value;
9 references to Value
PresentationFramework (9)
System\Windows\Markup\BamlRecords.cs (9)
2511string [] enumValues = Value.Split(','); 2539object convertedValue = boolConverter.ConvertFromString(TypeContext, TypeConverterHelper.InvariantEnglishUS, Value); 2551converted = serializer.ConvertStringToCustomBinary(bamlBinaryWriter, Value); 2561converted = serializer.ConvertStringToCustomBinary(bamlBinaryWriter, Value); 2571converted = serializer.ConvertStringToCustomBinary(bamlBinaryWriter, Value); 2581converted = serializer.ConvertStringToCustomBinary(bamlBinaryWriter, Value); 2591converted = serializer.ConvertStringToCustomBinary(bamlBinaryWriter, Value); 2601converted = serializer.ConvertStringToCustomBinary(bamlBinaryWriter, Value); 2606throw new XamlParseException(SR.Format(SR.ParserBadString, Value, ValueType.Name));