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