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