11 references to ParentBinding
PresentationFramework (11)
MS\Internal\Data\ClrBindingWorker.cs (10)
39
PropertyPath path =
ParentBinding
.Path;
41
if (
ParentBinding
.XPath != null)
51
if (
ParentBinding
.Path == null)
53
ParentBinding
.UsePath(path);
252
if (
ParentBinding
.IsAsync && !(PW.GetAccessor(k) is DependencyProperty))
292
get { return
ParentBinding
.TransfersDefaultValue; }
313
if (
ParentBinding
.IsAsync)
646
new AsyncGetValueRequest(item, name,
ParentBinding
.AsyncState,
730
new AsyncSetValueRequest(item, name, value,
ParentBinding
.AsyncState,
783
object filteredException =
ParentBinding
.DoFilterException(ParentBindingExpression, request.Exception);
MS\Internal\Data\XmlBindingWorker.cs (1)
39
_xpath =
ParentBinding
.XPath;