5 writes to DP
PresentationFramework (5)
System\Windows\Markup\BamlMapTable.cs (2)
646
record.
DP
= dp;
933
bamlAttributeInfoRecord.
DP
= DependencyProperty.FromName(
System\Windows\Markup\BamlReader.cs (1)
993
attrInfo.
DP
= MapTable.GetDependencyProperty(attrInfo);
System\Windows\Markup\XamlTypeMapper.cs (2)
1419
infoRecord.
DP
= MapTable.GetDependencyProperty(infoRecord);
1563
infoRecord.
DP
= MapTable.GetDependencyProperty(infoRecord);
12 references to DP
PresentationFramework (12)
System\Windows\Markup\BamlMapTable.cs (2)
926
if ((null == bamlAttributeInfoRecord.
DP
) && (null == bamlAttributeInfoRecord.PropInfo))
939
return bamlAttributeInfoRecord.
DP
;
System\Windows\Markup\BamlReader.cs (2)
991
if (attrInfo.
DP
== null && attrInfo.PropInfo == null)
999
if (attrInfo.
DP
== null)
System\Windows\Markup\BamlRecordReader.cs (5)
3524
attribInfo.
DP
.PropertyType,
3525
attribInfo.
DP
.Name,
3526
attribInfo.
DP
,
3661
DependencyProperty dp = currentTarget is DependencyObject ? attribInfo.
DP
: null;
5320
type.Name, attribInfo.
DP
.Name);
System\Windows\Markup\BamlRecords.cs (1)
4669
DependencyProperty dp =
DP
;
System\Windows\Markup\XamlTypeMapper.cs (2)
1417
if (infoRecord.
DP
== null)
1561
if (infoRecord.
DP
== null)