34 references to ParentBinding
PresentationFramework (34)
MS\Internal\Data\BindingWorker.cs (1)
74protected Binding ParentBinding { get { return ParentBindingExpression.ParentBinding; } }
MS\Internal\TraceData.cs (1)
139Describe(traceBuilder, bindingExpr.ParentBinding);
System\Windows\Controls\Primitives\Selector.cs (3)
583string path = bindingExpr.ParentBinding.Path.Path; 737binding = bindingExpr.ParentBinding; 2173string path = bindingExpr.ParentBinding.Path.Path;
System\Windows\Controls\TreeView.cs (1)
306binding = bindingExpr.ParentBinding;
System\Windows\Data\BindingExpression.cs (27)
58UseDefaultValueConverter = (ParentBinding.Converter == null); 111ObjectRef sourceRef = ParentBinding.SourceReference; 168ObjectRef or = ParentBinding.SourceReference; 339get { return ParentBinding.Path; } 375get { return (ParentBinding.UpdateSourceTrigger == UpdateSourceTrigger.Default); } 513if (ParentBinding.SourceReference == null || ParentBinding.SourceReference.UsesMentor) 615ObjectRef or = ParentBinding.SourceReference; 646if (!lastChance && ParentBinding.TreeContextIsRequired) 656ParentBinding.Path.Path), 690if (ParentBinding.SourceReference == null) 718RelativeObjectRef ror = ParentBinding.SourceReference as RelativeObjectRef; 777else if ((sourceRef = ParentBinding.SourceReference) != null) 825Converter = ParentBinding.Converter; 906Activate(ParentBinding.SourceReference.GetDataObject(target, 953if (!ParentBinding.BindsDirectlyToSource) 1304value = Converter.Convert(value, targetType, ParentBinding.ConverterParameter, GetCulture()); 1526Collection<ValidationRule> validationRules = ParentBinding.ValidationRulesInternal; 1529bool needDataErrorRule = ParentBinding.ValidatesOnDataErrors; 1864value = Converter.ConvertBack(value, sourceType, ParentBinding.ConverterParameter, culture); 2086if (result && ParentBinding.ValidatesOnDataErrors) 2278item = ParentBinding.SourceReference.GetDataObject(target, 2288if (!ParentBinding.BindsDirectlyToSource) 2569if (ParentBinding.UpdateSourceExceptionFilter != null) 2571return ParentBinding.DoFilterException(this, ex); 2583return ( (ParentBinding.UpdateSourceExceptionFilter != null) || 2612BindingOperations.SetBinding(target, TargetProperty, ParentBinding);
System\Windows\Data\BindingGroup.cs (1)
1956_binding = bindExpr.ParentBinding;