2 references to GetCustomDependencyPropertyValue
PresentationFramework (2)
System\Windows\Markup\BamlReader.cs (1)
1045
_propertyDP = _bamlRecordReader.
GetCustomDependencyPropertyValue
(bamlRecord, out declaringType);
System\Windows\Markup\BamlRecordReader.cs (1)
2086
return
GetCustomDependencyPropertyValue
(bamlPropertyRecord, out declaringType);