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