1 write to _propertyPath
PresentationFramework (1)
src\Framework\System\Windows\Data\PropertyGroupDescription.cs (1)
253_propertyPath = !String.IsNullOrEmpty(propertyName) ? new PropertyPath(propertyName) : null;
2 references to _propertyPath
PresentationFramework (2)
src\Framework\System\Windows\Data\PropertyGroupDescription.cs (2)
209using (_propertyPath.SetContext(item)) 211value = _propertyPath.GetValue();