34 references to ParentBinding
PresentationFramework (34)
MS\Internal\Data\BindingWorker.cs (1)
78
protected Binding ParentBinding { get { return ParentBindingExpression.
ParentBinding
; } }
MS\Internal\TraceData.cs (1)
144
Describe(traceBuilder, bindingExpr.
ParentBinding
);
System\Windows\Controls\Primitives\Selector.cs (3)
592
string path = bindingExpr.
ParentBinding
.Path.Path;
746
binding = bindingExpr.
ParentBinding
;
2182
string path = bindingExpr.
ParentBinding
.Path.Path;
System\Windows\Controls\TreeView.cs (1)
311
binding = bindingExpr.
ParentBinding
;
System\Windows\Data\BindingExpression.cs (27)
67
UseDefaultValueConverter = (
ParentBinding
.Converter == null);
120
ObjectRef sourceRef =
ParentBinding
.SourceReference;
177
ObjectRef or =
ParentBinding
.SourceReference;
348
get { return
ParentBinding
.Path; }
384
get { return (
ParentBinding
.UpdateSourceTrigger == UpdateSourceTrigger.Default); }
522
if (
ParentBinding
.SourceReference == null ||
ParentBinding
.SourceReference.UsesMentor)
624
ObjectRef or =
ParentBinding
.SourceReference;
655
if (!lastChance &&
ParentBinding
.TreeContextIsRequired)
665
ParentBinding
.Path.Path),
699
if (
ParentBinding
.SourceReference == null)
727
RelativeObjectRef ror =
ParentBinding
.SourceReference as RelativeObjectRef;
786
else if ((sourceRef =
ParentBinding
.SourceReference) != null)
834
Converter =
ParentBinding
.Converter;
915
Activate(
ParentBinding
.SourceReference.GetDataObject(target,
962
if (!
ParentBinding
.BindsDirectlyToSource)
1313
value = Converter.Convert(value, targetType,
ParentBinding
.ConverterParameter, GetCulture());
1535
Collection<ValidationRule> validationRules =
ParentBinding
.ValidationRulesInternal;
1538
bool needDataErrorRule =
ParentBinding
.ValidatesOnDataErrors;
1873
value = Converter.ConvertBack(value, sourceType,
ParentBinding
.ConverterParameter, culture);
2095
if (result &&
ParentBinding
.ValidatesOnDataErrors)
2287
item =
ParentBinding
.SourceReference.GetDataObject(target,
2297
if (!
ParentBinding
.BindsDirectlyToSource)
2578
if (
ParentBinding
.UpdateSourceExceptionFilter != null)
2580
return
ParentBinding
.DoFilterException(this, ex);
2592
return ( (
ParentBinding
.UpdateSourceExceptionFilter != null) ||
2621
BindingOperations.SetBinding(target, TargetProperty,
ParentBinding
);
System\Windows\Data\BindingGroup.cs (1)
1961
_binding = bindExpr.
ParentBinding
;