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