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