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