11 references to ParentBinding
PresentationFramework (11)
src\Framework\MS\Internal\Data\ClrBindingWorker.cs (10)
41
PropertyPath path =
ParentBinding
.Path;
43
if (
ParentBinding
.XPath != null)
53
if (
ParentBinding
.Path == null)
55
ParentBinding
.UsePath(path);
254
if (
ParentBinding
.IsAsync && !(PW.GetAccessor(k) is DependencyProperty))
294
get { return
ParentBinding
.TransfersDefaultValue; }
315
if (
ParentBinding
.IsAsync)
645
new AsyncGetValueRequest(item, name,
ParentBinding
.AsyncState,
729
new AsyncSetValueRequest(item, name, value,
ParentBinding
.AsyncState,
782
object filteredException =
ParentBinding
.DoFilterException(ParentBindingExpression, request.Exception);
src\Framework\MS\Internal\Data\XmlBindingWorker.cs (1)
42
_xpath =
ParentBinding
.XPath;