5 writes to DP
PresentationFramework (5)
System\Windows\Markup\BamlMapTable.cs (2)
634record.DP = dp; 913bamlAttributeInfoRecord.DP = DependencyProperty.FromName(
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);
12 references to DP
PresentationFramework (12)
System\Windows\Markup\BamlMapTable.cs (2)
906if ((null == bamlAttributeInfoRecord.DP) && (null == bamlAttributeInfoRecord.PropInfo)) 919return bamlAttributeInfoRecord.DP;
System\Windows\Markup\BamlReader.cs (2)
984if (attrInfo.DP == null && attrInfo.PropInfo == null) 992if (attrInfo.DP == null)
System\Windows\Markup\BamlRecordReader.cs (5)
3506attribInfo.DP.PropertyType, 3507attribInfo.DP.Name, 3508attribInfo.DP, 3643DependencyProperty dp = currentTarget is DependencyObject ? attribInfo.DP : null; 5298type.Name, attribInfo.DP.Name);
System\Windows\Markup\BamlRecords.cs (1)
4656DependencyProperty dp = DP;
System\Windows\Markup\XamlTypeMapper.cs (2)
1407if (infoRecord.DP == null) 1553if (infoRecord.DP == null)