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