3 overrides of GetSourceItem
PresentationFramework (3)
System\Windows\Data\BindingExpression.cs (1)
1189
internal override object
GetSourceItem
(object newValue)
System\Windows\Data\MultiBindingExpression.cs (1)
950
internal override object
GetSourceItem
(object newValue)
System\Windows\Data\PriorityBindingExpression.cs (1)
471
internal override object
GetSourceItem
(object newValue)
4 references to GetSourceItem
PresentationFramework (4)
System\Windows\Controls\ItemsControl.cs (1)
204
ic.Items.SetItemsSource(newValue, (object x)=>beb.
GetSourceItem
(x) );
System\Windows\Data\CollectionViewSource.cs (1)
953
return (beb != null) ? beb.
GetSourceItem
(x) : null;
System\Windows\Data\MultiBindingExpression.cs (1)
965
return MutableBindingExpressions[i].
GetSourceItem
(newValue);
System\Windows\Data\PriorityBindingExpression.cs (1)
476
return bindExpr.
GetSourceItem
(newValue);