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