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