11 references to SourceItem
PresentationFramework (11)
src\Framework\System\Windows\Controls\DataErrorValidationRule.cs (1)
74IDataErrorInfo idei = bindingExpr.SourceItem as IDataErrorInfo;
src\Framework\System\Windows\Data\BindingExpression.cs (5)
160public object ResolvedSource { get { return SourceItem; } } 1061(entry = bindingGroup.GetProposedValueEntry(SourceItem, SourcePropertyName)) == null) 1094bindingGroup.AddBindingForProposedValue(this, SourceItem, SourcePropertyName); 1184return SourceItem; 2349UpdateNotifyDataErrors(SourceItem as INotifyDataErrorInfo, SourcePropertyName, value);
src\Framework\System\Windows\Data\BindingGroup.cs (5)
1748object item = bindingExpression.SourceItem; 1759_itemWR.Target = bindingExpression.SourceItem; 1820object item = bindExpr.SourceItem; 1847Remove(bindExpr.SourceItem, bindExpr.SourcePropertyName); 1884get { return this[bindExpr.SourceItem, bindExpr.SourcePropertyName]; }