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)
1046declaringType = declaringType ?? _propertyDP.OwnerType; 1047info.Value = $"{declaringType.Name}.{_propertyDP.Name}"; 1058if (!_propertyDP.PropertyType.IsEnum) 1065if (_propertyDP != null) 1067propertyType = _propertyDP.PropertyType; 1068propertyName = _propertyDP.Name;