5 writes to DP
PresentationFramework (5)
System\Windows\Markup\BamlMapTable.cs (2)
646record.DP = dp; 933bamlAttributeInfoRecord.DP = DependencyProperty.FromName(
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);
12 references to DP
PresentationFramework (12)
System\Windows\Markup\BamlMapTable.cs (2)
926if ((null == bamlAttributeInfoRecord.DP) && (null == bamlAttributeInfoRecord.PropInfo)) 939return bamlAttributeInfoRecord.DP;
System\Windows\Markup\BamlReader.cs (2)
991if (attrInfo.DP == null && attrInfo.PropInfo == null) 999if (attrInfo.DP == null)
System\Windows\Markup\BamlRecordReader.cs (5)
3524attribInfo.DP.PropertyType, 3525attribInfo.DP.Name, 3526attribInfo.DP, 3661DependencyProperty dp = currentTarget is DependencyObject ? attribInfo.DP : null; 5320type.Name, attribInfo.DP.Name);
System\Windows\Markup\BamlRecords.cs (1)
4669DependencyProperty dp = DP;
System\Windows\Markup\XamlTypeMapper.cs (2)
1425if (infoRecord.DP == null) 1569if (infoRecord.DP == null)