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