11 references to SourceItem
PresentationFramework (11)
System\Windows\Controls\DataErrorValidationRule.cs (1)
66
IDataErrorInfo idei = bindingExpr.
SourceItem
as IDataErrorInfo;
System\Windows\Data\BindingExpression.cs (5)
149
public object ResolvedSource { get { return
SourceItem
; } }
1057
(entry = bindingGroup.GetProposedValueEntry(
SourceItem
, SourcePropertyName)) == null)
1090
bindingGroup.AddBindingForProposedValue(this,
SourceItem
, SourcePropertyName);
1182
return
SourceItem
;
2360
UpdateNotifyDataErrors(
SourceItem
as INotifyDataErrorInfo, SourcePropertyName, value);
System\Windows\Data\BindingGroup.cs (5)
1741
object item = bindingExpression.
SourceItem
;
1752
_itemWR.Target = bindingExpression.
SourceItem
;
1813
object item = bindExpr.
SourceItem
;
1840
Remove(bindExpr.
SourceItem
, bindExpr.SourcePropertyName);
1877
get { return this[bindExpr.
SourceItem
, bindExpr.SourcePropertyName]; }