1 write to Value
PresentationFramework (1)
System\Windows\Markup\BamlRecordWriter.cs (1)
994bamlPropertyCustom.Value = xamlProperty.Value;
9 references to Value
PresentationFramework (9)
System\Windows\Markup\BamlRecords.cs (9)
2510string [] enumValues = Value.Split(','); 2538object convertedValue = boolConverter.ConvertFromString(TypeContext, TypeConverterHelper.InvariantEnglishUS, Value); 2550converted = serializer.ConvertStringToCustomBinary(bamlBinaryWriter, Value); 2560converted = serializer.ConvertStringToCustomBinary(bamlBinaryWriter, Value); 2570converted = serializer.ConvertStringToCustomBinary(bamlBinaryWriter, Value); 2580converted = serializer.ConvertStringToCustomBinary(bamlBinaryWriter, Value); 2590converted = serializer.ConvertStringToCustomBinary(bamlBinaryWriter, Value); 2600converted = serializer.ConvertStringToCustomBinary(bamlBinaryWriter, Value); 2605throw new XamlParseException(SR.Format(SR.ParserBadString, Value, ValueType.Name));