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