4 references to GetDependencyProperty
PresentationFramework (4)
System\Windows\Markup\BamlMapTable.cs (1)
918return GetDependencyProperty(attribInfo);
System\Windows\Markup\BamlReader.cs (1)
993attrInfo.DP = MapTable.GetDependencyProperty(attrInfo);
System\Windows\Markup\XamlTypeMapper.cs (2)
1427infoRecord.DP = MapTable.GetDependencyProperty(infoRecord); 1571infoRecord.DP = MapTable.GetDependencyProperty(infoRecord);