9 references to SourcePropertyName
PresentationFramework (9)
System\Windows\Controls\DataErrorValidationRule.cs (1)
67string name = (idei != null) ? bindingExpr.SourcePropertyName : null;
System\Windows\Data\BindingExpression.cs (4)
152public string ResolvedSourcePropertyName { get { return SourcePropertyName; } } 1054(entry = bindingGroup.GetProposedValueEntry(SourceItem, SourcePropertyName)) == null) 1087bindingGroup.AddBindingForProposedValue(this, SourceItem, SourcePropertyName); 2322UpdateNotifyDataErrors(SourceItem as INotifyDataErrorInfo, SourcePropertyName, value);
System\Windows\Data\BindingGroup.cs (4)
1734_propertyName = bindingExpression.SourcePropertyName; 1793string propertyName = bindExpr.SourcePropertyName; 1819Remove(bindExpr.SourceItem, bindExpr.SourcePropertyName); 1856get { return this[bindExpr.SourceItem, bindExpr.SourcePropertyName]; }