4 writes to _propertyDP
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (4)
1045
_propertyDP
= _bamlRecordReader.GetCustomDependencyPropertyValue(bamlRecord, out declaringType);
1060
_propertyDP
= null;
1069
_propertyDP
= null;
1957
_propertyDP
= null;
6 references to _propertyDP
PresentationFramework (6)
System\Windows\Markup\BamlReader.cs (6)
1046
declaringType = declaringType ??
_propertyDP
.OwnerType;
1047
info.Value = $"{declaringType.Name}.{
_propertyDP
.Name}";
1058
if (!
_propertyDP
.PropertyType.IsEnum)
1065
if (
_propertyDP
!= null)
1067
propertyType =
_propertyDP
.PropertyType;
1068
propertyName =
_propertyDP
.Name;