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