11 references to ParentBinding
PresentationFramework (11)
MS\Internal\Data\ClrBindingWorker.cs (10)
29
PropertyPath path =
ParentBinding
.Path;
31
if (
ParentBinding
.XPath != null)
41
if (
ParentBinding
.Path == null)
43
ParentBinding
.UsePath(path);
239
if (
ParentBinding
.IsAsync && !(PW.GetAccessor(k) is DependencyProperty))
278
get { return
ParentBinding
.TransfersDefaultValue; }
299
if (
ParentBinding
.IsAsync)
621
new AsyncGetValueRequest(item, name,
ParentBinding
.AsyncState,
698
new AsyncSetValueRequest(item, name, value,
ParentBinding
.AsyncState,
748
object filteredException =
ParentBinding
.DoFilterException(ParentBindingExpression, request.Exception);
MS\Internal\Data\XmlBindingWorker.cs (1)
32
_xpath =
ParentBinding
.XPath;