5 writes to DP
PresentationFramework (5)
src\Framework\System\Windows\Markup\BamlMapTable.cs (2)
656record.DP = dp; 943bamlAttributeInfoRecord.DP = DependencyProperty.FromName(
src\Framework\System\Windows\Markup\BamlReader.cs (1)
1005attrInfo.DP = MapTable.GetDependencyProperty(attrInfo);
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (2)
1506infoRecord.DP = MapTable.GetDependencyProperty(infoRecord); 1650infoRecord.DP = MapTable.GetDependencyProperty(infoRecord);
12 references to DP
PresentationFramework (12)
src\Framework\System\Windows\Markup\BamlMapTable.cs (2)
936if ((null == bamlAttributeInfoRecord.DP) && (null == bamlAttributeInfoRecord.PropInfo)) 949return bamlAttributeInfoRecord.DP;
src\Framework\System\Windows\Markup\BamlReader.cs (2)
1003if (attrInfo.DP == null && attrInfo.PropInfo == null) 1011if (attrInfo.DP == null)
src\Framework\System\Windows\Markup\BamlRecordReader.cs (5)
3560attribInfo.DP.PropertyType, 3561attribInfo.DP.Name, 3562attribInfo.DP, 3697DependencyProperty dp = currentTarget is DependencyObject ? attribInfo.DP : null; 5380type.Name, attribInfo.DP.Name);
src\Framework\System\Windows\Markup\BamlRecords.cs (1)
4913DependencyProperty dp = DP;
src\Framework\System\Windows\Markup\XamlTypeMapper.cs (2)
1504if (infoRecord.DP == null) 1648if (infoRecord.DP == null)