11 references to ParentBinding
PresentationFramework (11)
MS\Internal\Data\ClrBindingWorker.cs (10)
30
PropertyPath path =
ParentBinding
.Path;
32
if (
ParentBinding
.XPath != null)
42
if (
ParentBinding
.Path == null)
44
ParentBinding
.UsePath(path);
240
if (
ParentBinding
.IsAsync && !(PW.GetAccessor(k) is DependencyProperty))
279
get { return
ParentBinding
.TransfersDefaultValue; }
300
if (
ParentBinding
.IsAsync)
621
new AsyncGetValueRequest(item, name,
ParentBinding
.AsyncState,
699
new AsyncSetValueRequest(item, name, value,
ParentBinding
.AsyncState,
749
object filteredException =
ParentBinding
.DoFilterException(ParentBindingExpression, request.Exception);
MS\Internal\Data\XmlBindingWorker.cs (1)
33
_xpath =
ParentBinding
.XPath;