4 writes to _propertyDP
PresentationFramework (4)
System\Windows\Markup\BamlReader.cs (4)
1044
_propertyDP
= _bamlRecordReader.GetCustomDependencyPropertyValue(bamlRecord, out declaringType);
1059
_propertyDP
= null;
1068
_propertyDP
= null;
1953
_propertyDP
= null;
6 references to _propertyDP
PresentationFramework (6)
System\Windows\Markup\BamlReader.cs (6)
1045
declaringType ??=
_propertyDP
.OwnerType;
1046
info.Value = $"{declaringType.Name}.{
_propertyDP
.Name}";
1057
if (!
_propertyDP
.PropertyType.IsEnum)
1064
if (
_propertyDP
!= null)
1066
propertyType =
_propertyDP
.PropertyType;
1067
propertyName =
_propertyDP
.Name;