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);
243
if (
ParentBinding
.IsAsync && !(PW.GetAccessor(k) is DependencyProperty))
283
get { return
ParentBinding
.TransfersDefaultValue; }
304
if (
ParentBinding
.IsAsync)
637
new AsyncGetValueRequest(item, name,
ParentBinding
.AsyncState,
721
new AsyncSetValueRequest(item, name, value,
ParentBinding
.AsyncState,
774
object filteredException =
ParentBinding
.DoFilterException(ParentBindingExpression, request.Exception);
MS\Internal\Data\XmlBindingWorker.cs (1)
33
_xpath =
ParentBinding
.XPath;