4 writes to _propertyDP
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (4)
1041
_propertyDP
= _bamlRecordReader.GetCustomDependencyPropertyValue(bamlRecord, out declaringType);
1056
_propertyDP
= null;
1065
_propertyDP
= null;
1940
_propertyDP
= null;
6 references to _propertyDP
PresentationFramework (6)
System\Windows\Markup\BamlReader.cs (6)
1042
declaringType = declaringType == null ?
_propertyDP
.OwnerType : declaringType;
1043
info.Value = $"{declaringType.Name}.{
_propertyDP
.Name}";
1054
if (!
_propertyDP
.PropertyType.IsEnum)
1061
if (
_propertyDP
!= null)
1063
propertyType =
_propertyDP
.PropertyType;
1064
propertyName =
_propertyDP
.Name;