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