11 references to SourceItem
PresentationFramework (11)
System\Windows\Controls\DataErrorValidationRule.cs (1)
65IDataErrorInfo idei = bindingExpr.SourceItem as IDataErrorInfo;
System\Windows\Data\BindingExpression.cs (5)
148public object ResolvedSource { get { return SourceItem; } } 1053(entry = bindingGroup.GetProposedValueEntry(SourceItem, SourcePropertyName)) == null) 1086bindingGroup.AddBindingForProposedValue(this, SourceItem, SourcePropertyName); 1177return SourceItem; 2320UpdateNotifyDataErrors(SourceItem as INotifyDataErrorInfo, SourcePropertyName, value);
System\Windows\Data\BindingGroup.cs (5)
1719object item = bindingExpression.SourceItem; 1730_itemWR.Target = bindingExpression.SourceItem; 1791object item = bindExpr.SourceItem; 1818Remove(bindExpr.SourceItem, bindExpr.SourcePropertyName); 1855get { return this[bindExpr.SourceItem, bindExpr.SourcePropertyName]; }