1 write to ValueType
PresentationFramework (1)
src\Framework\System\Windows\Markup\BamlRecordWriter.cs (1)
1010
bamlPropertyCustom.
ValueType
= xamlProperty.ValuePropertyType;
5 references to ValueType
PresentationFramework (5)
src\Framework\System\Windows\Markup\BamlRecords.cs (5)
2604
if (
ValueType
!= null &&
ValueType
.IsEnum)
2612
FieldInfo enumField =
ValueType
.GetField(enumValue.Trim(), BindingFlags.Static | BindingFlags.Public | BindingFlags.IgnoreCase);
2632
else if (
ValueType
== typeof(Boolean))
2702
throw new XamlParseException(SR.Get(SRID.ParserBadString, Value,
ValueType
.Name));