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