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