11 references to SourceItem
PresentationFramework (11)
System\Windows\Controls\DataErrorValidationRule.cs (1)
70IDataErrorInfo idei = bindingExpr.SourceItem as IDataErrorInfo;
System\Windows\Data\BindingExpression.cs (5)
158public object ResolvedSource { get { return SourceItem; } } 1066(entry = bindingGroup.GetProposedValueEntry(SourceItem, SourcePropertyName)) == null) 1099bindingGroup.AddBindingForProposedValue(this, SourceItem, SourcePropertyName); 1191return SourceItem; 2369UpdateNotifyDataErrors(SourceItem as INotifyDataErrorInfo, SourcePropertyName, value);
System\Windows\Data\BindingGroup.cs (5)
1746object item = bindingExpression.SourceItem; 1757_itemWR.Target = bindingExpression.SourceItem; 1818object item = bindExpr.SourceItem; 1845Remove(bindExpr.SourceItem, bindExpr.SourcePropertyName); 1882get { return this[bindExpr.SourceItem, bindExpr.SourcePropertyName]; }