5 writes to DP
PresentationFramework (5)
System\Windows\Markup\BamlMapTable.cs (2)
638record.DP = dp; 925bamlAttributeInfoRecord.DP = DependencyProperty.FromName(
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);
12 references to DP
PresentationFramework (12)
System\Windows\Markup\BamlMapTable.cs (2)
918if ((null == bamlAttributeInfoRecord.DP) && (null == bamlAttributeInfoRecord.PropInfo)) 931return bamlAttributeInfoRecord.DP;
System\Windows\Markup\BamlReader.cs (2)
981if (attrInfo.DP == null && attrInfo.PropInfo == null) 989if (attrInfo.DP == null)
System\Windows\Markup\BamlRecordReader.cs (5)
3515attribInfo.DP.PropertyType, 3516attribInfo.DP.Name, 3517attribInfo.DP, 3652DependencyProperty dp = currentTarget is DependencyObject ? attribInfo.DP : null; 5311type.Name, attribInfo.DP.Name);
System\Windows\Markup\BamlRecords.cs (1)
4663DependencyProperty dp = DP;
System\Windows\Markup\XamlTypeMapper.cs (2)
1415if (infoRecord.DP == null) 1559if (infoRecord.DP == null)