1 write to Value
PresentationFramework (1)
System\Windows\Markup\BamlRecordWriter.cs (1)
997bamlPropertyCustom.Value = xamlProperty.Value;
9 references to Value
PresentationFramework (9)
System\Windows\Markup\BamlRecords.cs (9)
2517string [] enumValues = Value.Split(','); 2545object convertedValue = boolConverter.ConvertFromString(TypeContext, TypeConverterHelper.InvariantEnglishUS, Value); 2557converted = serializer.ConvertStringToCustomBinary(bamlBinaryWriter, Value); 2567converted = serializer.ConvertStringToCustomBinary(bamlBinaryWriter, Value); 2577converted = serializer.ConvertStringToCustomBinary(bamlBinaryWriter, Value); 2587converted = serializer.ConvertStringToCustomBinary(bamlBinaryWriter, Value); 2597converted = serializer.ConvertStringToCustomBinary(bamlBinaryWriter, Value); 2607converted = serializer.ConvertStringToCustomBinary(bamlBinaryWriter, Value); 2612throw new XamlParseException(SR.Format(SR.ParserBadString, Value, ValueType.Name));