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