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)
580string path = bindingExpr.ParentBinding.Path.Path; 734binding = bindingExpr.ParentBinding; 2171string path = bindingExpr.ParentBinding.Path.Path;
System\Windows\Controls\TreeView.cs (1)
304binding = bindingExpr.ParentBinding;
System\Windows\Data\BindingExpression.cs (27)
58UseDefaultValueConverter = (ParentBinding.Converter == null); 111ObjectRef sourceRef = ParentBinding.SourceReference; 168ObjectRef or = ParentBinding.SourceReference; 336get { return ParentBinding.Path; } 372get { return (ParentBinding.UpdateSourceTrigger == UpdateSourceTrigger.Default); } 510if (ParentBinding.SourceReference == null || ParentBinding.SourceReference.UsesMentor) 612ObjectRef or = ParentBinding.SourceReference; 643if (!lastChance && ParentBinding.TreeContextIsRequired) 653ParentBinding.Path.Path), 687if (ParentBinding.SourceReference == null) 715RelativeObjectRef ror = ParentBinding.SourceReference as RelativeObjectRef; 774else if ((sourceRef = ParentBinding.SourceReference) != null) 822Converter = ParentBinding.Converter; 903Activate(ParentBinding.SourceReference.GetDataObject(target, 950if (!ParentBinding.BindsDirectlyToSource) 1300value = Converter.Convert(value, targetType, ParentBinding.ConverterParameter, GetCulture()); 1522Collection<ValidationRule> validationRules = ParentBinding.ValidationRulesInternal; 1525bool needDataErrorRule = ParentBinding.ValidatesOnDataErrors; 1838value = Converter.ConvertBack(value, sourceType, ParentBinding.ConverterParameter, culture); 2048if (result && ParentBinding.ValidatesOnDataErrors) 2240item = ParentBinding.SourceReference.GetDataObject(target, 2250if (!ParentBinding.BindsDirectlyToSource) 2531if (ParentBinding.UpdateSourceExceptionFilter != null) 2533return ParentBinding.DoFilterException(this, ex); 2545return ( (ParentBinding.UpdateSourceExceptionFilter != null) || 2574BindingOperations.SetBinding(target, TargetProperty, ParentBinding);
System\Windows\Data\BindingGroup.cs (1)
1935_binding = bindExpr.ParentBinding;