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