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