4 references to GetDependencyProperty
PresentationFramework (4)
System\Windows\Markup\BamlMapTable.cs (1)
898return GetDependencyProperty(attribInfo);
System\Windows\Markup\BamlReader.cs (1)
986attrInfo.DP = MapTable.GetDependencyProperty(attrInfo);
System\Windows\Markup\XamlTypeMapper.cs (2)
1409infoRecord.DP = MapTable.GetDependencyProperty(infoRecord); 1555infoRecord.DP = MapTable.GetDependencyProperty(infoRecord);