11 references to ParentBinding
PresentationFramework (11)
MS\Internal\Data\ClrBindingWorker.cs (10)
39PropertyPath path = ParentBinding.Path; 41if (ParentBinding.XPath != null) 51if (ParentBinding.Path == null) 53ParentBinding.UsePath(path); 252if (ParentBinding.IsAsync && !(PW.GetAccessor(k) is DependencyProperty)) 292get { return ParentBinding.TransfersDefaultValue; } 313if (ParentBinding.IsAsync) 646new AsyncGetValueRequest(item, name, ParentBinding.AsyncState, 730new AsyncSetValueRequest(item, name, value, ParentBinding.AsyncState, 783object filteredException = ParentBinding.DoFilterException(ParentBindingExpression, request.Exception);
MS\Internal\Data\XmlBindingWorker.cs (1)
39_xpath = ParentBinding.XPath;