34 references to ParentBinding
PresentationFramework (34)
MS\Internal\Data\BindingWorker.cs (1)
73
protected Binding ParentBinding { get { return ParentBindingExpression.
ParentBinding
; } }
MS\Internal\TraceData.cs (1)
138
Describe(traceBuilder, bindingExpr.
ParentBinding
);
System\Windows\Controls\Primitives\Selector.cs (3)
579
string path = bindingExpr.
ParentBinding
.Path.Path;
733
binding = bindingExpr.
ParentBinding
;
2170
string path = bindingExpr.
ParentBinding
.Path.Path;
System\Windows\Controls\TreeView.cs (1)
303
binding = bindingExpr.
ParentBinding
;
System\Windows\Data\BindingExpression.cs (27)
57
UseDefaultValueConverter = (
ParentBinding
.Converter == null);
110
ObjectRef sourceRef =
ParentBinding
.SourceReference;
167
ObjectRef or =
ParentBinding
.SourceReference;
335
get { return
ParentBinding
.Path; }
371
get { return (
ParentBinding
.UpdateSourceTrigger == UpdateSourceTrigger.Default); }
509
if (
ParentBinding
.SourceReference == null ||
ParentBinding
.SourceReference.UsesMentor)
611
ObjectRef or =
ParentBinding
.SourceReference;
642
if (!lastChance &&
ParentBinding
.TreeContextIsRequired)
652
ParentBinding
.Path.Path),
686
if (
ParentBinding
.SourceReference == null)
714
RelativeObjectRef ror =
ParentBinding
.SourceReference as RelativeObjectRef;
773
else if ((sourceRef =
ParentBinding
.SourceReference) != null)
821
Converter =
ParentBinding
.Converter;
902
Activate(
ParentBinding
.SourceReference.GetDataObject(target,
949
if (!
ParentBinding
.BindsDirectlyToSource)
1299
value = Converter.Convert(value, targetType,
ParentBinding
.ConverterParameter, GetCulture());
1521
Collection<ValidationRule> validationRules =
ParentBinding
.ValidationRulesInternal;
1524
bool needDataErrorRule =
ParentBinding
.ValidatesOnDataErrors;
1836
value = Converter.ConvertBack(value, sourceType,
ParentBinding
.ConverterParameter, culture);
2046
if (result &&
ParentBinding
.ValidatesOnDataErrors)
2238
item =
ParentBinding
.SourceReference.GetDataObject(target,
2248
if (!
ParentBinding
.BindsDirectlyToSource)
2529
if (
ParentBinding
.UpdateSourceExceptionFilter != null)
2531
return
ParentBinding
.DoFilterException(this, ex);
2543
return ( (
ParentBinding
.UpdateSourceExceptionFilter != null) ||
2572
BindingOperations.SetBinding(target, TargetProperty,
ParentBinding
);
System\Windows\Data\BindingGroup.cs (1)
1934
_binding = bindExpr.
ParentBinding
;