1 write to ValueType
PresentationFramework (1)
System\Windows\Markup\BamlRecordWriter.cs (1)
998bamlPropertyCustom.ValueType = xamlProperty.ValuePropertyType;
5 references to ValueType
PresentationFramework (5)
System\Windows\Markup\BamlRecords.cs (5)
2514if (ValueType != null && ValueType.IsEnum) 2522FieldInfo enumField = ValueType.GetField(enumValue.Trim(), BindingFlags.Static | BindingFlags.Public | BindingFlags.IgnoreCase); 2542else if (ValueType == typeof(Boolean)) 2612throw new XamlParseException(SR.Format(SR.ParserBadString, Value, ValueType.Name));