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