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; } } 1054(entry = bindingGroup.GetProposedValueEntry(SourceItem, SourcePropertyName)) == null) 1087bindingGroup.AddBindingForProposedValue(this, SourceItem, SourcePropertyName); 1178return SourceItem; 2322UpdateNotifyDataErrors(SourceItem as INotifyDataErrorInfo, SourcePropertyName, value);
System\Windows\Data\BindingGroup.cs (5)
1720object item = bindingExpression.SourceItem; 1731_itemWR.Target = bindingExpression.SourceItem; 1792object item = bindExpr.SourceItem; 1819Remove(bindExpr.SourceItem, bindExpr.SourcePropertyName); 1856get { return this[bindExpr.SourceItem, bindExpr.SourcePropertyName]; }