11 references to SourceItem
PresentationFramework (11)
src\Framework\System\Windows\Controls\DataErrorValidationRule.cs (1)
74
IDataErrorInfo idei = bindingExpr.
SourceItem
as IDataErrorInfo;
src\Framework\System\Windows\Data\BindingExpression.cs (5)
160
public object ResolvedSource { get { return
SourceItem
; } }
1061
(entry = bindingGroup.GetProposedValueEntry(
SourceItem
, SourcePropertyName)) == null)
1094
bindingGroup.AddBindingForProposedValue(this,
SourceItem
, SourcePropertyName);
1184
return
SourceItem
;
2349
UpdateNotifyDataErrors(
SourceItem
as INotifyDataErrorInfo, SourcePropertyName, value);
src\Framework\System\Windows\Data\BindingGroup.cs (5)
1748
object item = bindingExpression.
SourceItem
;
1759
_itemWR.Target = bindingExpression.
SourceItem
;
1820
object item = bindExpr.
SourceItem
;
1847
Remove(bindExpr.
SourceItem
, bindExpr.SourcePropertyName);
1884
get { return this[bindExpr.
SourceItem
, bindExpr.SourcePropertyName]; }