4 writes to _propertyDP
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (4)
1051
_propertyDP
= _bamlRecordReader.GetCustomDependencyPropertyValue(bamlRecord, out declaringType);
1066
_propertyDP
= null;
1075
_propertyDP
= null;
1950
_propertyDP
= null;
6 references to _propertyDP
PresentationFramework (6)
System\Windows\Markup\BamlReader.cs (6)
1052
declaringType = declaringType == null ?
_propertyDP
.OwnerType : declaringType;
1053
info.Value = $"{declaringType.Name}.{
_propertyDP
.Name}";
1064
if (!
_propertyDP
.PropertyType.IsEnum)
1071
if (
_propertyDP
!= null)
1073
propertyType =
_propertyDP
.PropertyType;
1074
propertyName =
_propertyDP
.Name;