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