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