1 write to _host
PresentationFramework (1)
MS\Internal\Data\PropertyPathWorker.cs (1)
36
_host
= host;
57 references to _host
PresentationFramework (57)
MS\Internal\Data\PropertyPathWorker.cs (57)
248
if (level != Length - 1 ||
_host
== null ||
_host
.TransfersDefaultValue)
318
TraceData.Identify(
_host
.ParentBindingExpression),
323
_host
.ParentBindingExpression);
343
TraceData.Identify(
_host
.ParentBindingExpression),
348
_host
.ParentBindingExpression);
462
_host
.CancelPendingTasks();
582
if (
_host
!= null)
584
target =
_host
.CheckTarget();
595
bool suppressTransfer = (
_host
== null) || (k < 0);
637
if (oldCollectionView != newCollectionView &&
_host
!= null)
639
_host
.ReplaceCurrentItem(oldCollectionView, newCollectionView);
644
if (
_host
!= null)
665
_host
.NewValueAvailable(_dependencySourcesChanged, suppressTransfer, isASubPropertyChange);
713
if (
_host
!= null && k == Length - 1)
716
if (IsDynamic &&
_host
.ValidatesOnNotifyDataErrors)
747
TraceData.Identify(
_host
.ParentBindingExpression),
750
_host
.ParentBindingExpression);
841
TraceData.Identify(
_host
.ParentBindingExpression),
845
_host
.ParentBindingExpression);
884
if (
_host
!= null && k == Length - 1)
887
_host
.SetupDefaultValueConverter(svs.type);
890
if (
_host
.IsReflective)
896
if (
_host
.ValidatesOnNotifyDataErrors)
906
_host
.OnDataErrorsChanged(indei, SourcePropertyName);
917
BindingExpression bindingExpression =
_host
?.ParentBindingExpression;
953
_host
.ReportBadXPath(traceType);
1037
TraceData.Identify(
_host
.ParentBindingExpression),
1040
_host
.ParentBindingExpression);
1057
TraceData.Identify(
_host
.ParentBindingExpression),
1059
_host
.ParentBindingExpression);
1090
TraceData.Identify(
_host
.ParentBindingExpression),
1095
_host
.ParentBindingExpression);
1118
TraceData.Identify(
_host
.ParentBindingExpression),
1123
_host
.ParentBindingExpression);
1223
TraceData.Identify(
_host
.ParentBindingExpression),
1228
_host
.ParentBindingExpression);
1234
if (!(item is ICollectionView) ||
_host
== null ||
_host
.IsValidValue(item))
1509
if (
_host
!= null &&
_host
.AsyncGet(item, k))
1528
_host
?.ReportGetValueError(k, item, ex);
1532
_host
?.ReportGetValueError(k, item, new InvalidOperationException(SR.Format(SR.NonCLSException, "GetValue")));
1539
_host
?.ReportGetValueError(k, item, new ArgumentOutOfRangeException("index"));
1545
_host
?.ReportRawValueErrors(k, item, info);
1688
TraceData.Identify(
_host
.ParentBindingExpression),
1691
_host
.ParentBindingExpression);
1694
_host
.OnSourcePropertyChanged(sender, e.PropertyName);
1703
TraceData.Identify(
_host
.ParentBindingExpression),
1706
_host
.ParentBindingExpression);
1709
_host
.OnSourcePropertyChanged(sender, e.PropertyDescriptor.Name);
1716
_host
.OnDataErrorsChanged((INotifyDataErrorInfo)sender, e.PropertyName);
1726
TraceData.Identify(
_host
.ParentBindingExpression),
1729
_host
.ParentBindingExpression);
1732
_host
.OnSourcePropertyChanged(sender, e.PropertyName);
1737
if (
_host
!= null)
1739
return TraceData.IsExtendedTraceEnabled(
_host
.ParentBindingExpression, level);