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