11 references to SourceItem
PresentationFramework (11)
System\Windows\Controls\DataErrorValidationRule.cs (1)
66IDataErrorInfo idei = bindingExpr.SourceItem as IDataErrorInfo;
System\Windows\Data\BindingExpression.cs (5)
149public object ResolvedSource { get { return SourceItem; } } 1057(entry = bindingGroup.GetProposedValueEntry(SourceItem, SourcePropertyName)) == null) 1090bindingGroup.AddBindingForProposedValue(this, SourceItem, SourcePropertyName); 1182return SourceItem; 2360UpdateNotifyDataErrors(SourceItem as INotifyDataErrorInfo, SourcePropertyName, value);
System\Windows\Data\BindingGroup.cs (5)
1741object item = bindingExpression.SourceItem; 1752_itemWR.Target = bindingExpression.SourceItem; 1813object item = bindExpr.SourceItem; 1840Remove(bindExpr.SourceItem, bindExpr.SourcePropertyName); 1877get { return this[bindExpr.SourceItem, bindExpr.SourcePropertyName]; }