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