2 references to GetCustomValue
PresentationFramework (2)
System\Windows\Markup\BamlReader.cs (1)
1078
object value = _bamlRecordReader.
GetCustomValue
(bamlRecord, propertyType, propertyName);
System\Windows\Markup\BamlRecordReader.cs (1)
2221
valueObject =
GetCustomValue
(bamlPropertyRecord, propertyDefinition.PropertyType, propertyDefinition.Name);