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)
1064declaringType = declaringType == null ? _propertyDP.OwnerType : declaringType; 1065info.Value = declaringType.Name + "." + _propertyDP.Name; 1076if (!_propertyDP.PropertyType.IsEnum) 1083if (_propertyDP != null) 1085propertyType = _propertyDP.PropertyType; 1086propertyName = _propertyDP.Name;