9 references to SourcePropertyName
PresentationFramework (9)
src\Framework\System\Windows\Controls\DataErrorValidationRule.cs (1)
75
string name = (idei != null) ? bindingExpr.
SourcePropertyName
: null;
src\Framework\System\Windows\Data\BindingExpression.cs (4)
163
public string ResolvedSourcePropertyName { get { return
SourcePropertyName
; } }
1061
(entry = bindingGroup.GetProposedValueEntry(SourceItem,
SourcePropertyName
)) == null)
1094
bindingGroup.AddBindingForProposedValue(this, SourceItem,
SourcePropertyName
);
2349
UpdateNotifyDataErrors(SourceItem as INotifyDataErrorInfo,
SourcePropertyName
, value);
src\Framework\System\Windows\Data\BindingGroup.cs (4)
1762
_propertyName = bindingExpression.
SourcePropertyName
;
1821
string propertyName = bindExpr.
SourcePropertyName
;
1847
Remove(bindExpr.SourceItem, bindExpr.
SourcePropertyName
);
1884
get { return this[bindExpr.SourceItem, bindExpr.
SourcePropertyName
]; }