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