4 references to GetDependencyProperty
PresentationFramework (4)
System\Windows\Markup\BamlMapTable.cs (1)
910return GetDependencyProperty(attribInfo);
System\Windows\Markup\BamlReader.cs (1)
983attrInfo.DP = MapTable.GetDependencyProperty(attrInfo);
System\Windows\Markup\XamlTypeMapper.cs (2)
1417infoRecord.DP = MapTable.GetDependencyProperty(infoRecord); 1561infoRecord.DP = MapTable.GetDependencyProperty(infoRecord);