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