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)
204
using (
_propertyPath
.SetContext(item))
206
value =
_propertyPath
.GetValue();