9 references to SourcePropertyName
PresentationFramework (9)
System\Windows\Controls\DataErrorValidationRule.cs (1)
71
string name = (idei != null) ? bindingExpr.
SourcePropertyName
: null;
System\Windows\Data\BindingExpression.cs (4)
161
public string ResolvedSourcePropertyName { get { return
SourcePropertyName
; } }
1066
(entry = bindingGroup.GetProposedValueEntry(SourceItem,
SourcePropertyName
)) == null)
1099
bindingGroup.AddBindingForProposedValue(this, SourceItem,
SourcePropertyName
);
2369
UpdateNotifyDataErrors(SourceItem as INotifyDataErrorInfo,
SourcePropertyName
, value);
System\Windows\Data\BindingGroup.cs (4)
1760
_propertyName = bindingExpression.
SourcePropertyName
;
1819
string propertyName = bindExpr.
SourcePropertyName
;
1845
Remove(bindExpr.SourceItem, bindExpr.
SourcePropertyName
);
1882
get { return this[bindExpr.SourceItem, bindExpr.
SourcePropertyName
]; }