4 writes to _propertyDP
PresentationFramework (4)
src\Framework\System\Windows\Markup\BamlReader.cs (4)
1063
_propertyDP
= _bamlRecordReader.GetCustomDependencyPropertyValue(bamlRecord, out declaringType);
1078
_propertyDP
= null;
1087
_propertyDP
= null;
1972
_propertyDP
= null;
6 references to _propertyDP
PresentationFramework (6)
src\Framework\System\Windows\Markup\BamlReader.cs (6)
1064
declaringType = declaringType == null ?
_propertyDP
.OwnerType : declaringType;
1065
info.Value = declaringType.Name + "." +
_propertyDP
.Name;
1076
if (!
_propertyDP
.PropertyType.IsEnum)
1083
if (
_propertyDP
!= null)
1085
propertyType =
_propertyDP
.PropertyType;
1086
propertyName =
_propertyDP
.Name;