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)
2135return GetCustomDependencyPropertyValue(bamlPropertyRecord, out declaringType);