1 write to _host
PresentationFramework (1)
MS\Internal\Data\PropertyPathWorker.cs (1)
37
_host
= host;
57 references to _host
PresentationFramework (57)
MS\Internal\Data\PropertyPathWorker.cs (57)
249
if (level != Length - 1 ||
_host
== null ||
_host
.TransfersDefaultValue)
319
TraceData.Identify(
_host
.ParentBindingExpression),
324
_host
.ParentBindingExpression);
344
TraceData.Identify(
_host
.ParentBindingExpression),
349
_host
.ParentBindingExpression);
463
_host
.CancelPendingTasks();
581
if (
_host
!= null)
583
target =
_host
.CheckTarget();
594
bool suppressTransfer = (
_host
== null) || (k < 0);
636
if (oldCollectionView != newCollectionView &&
_host
!= null)
638
_host
.ReplaceCurrentItem(oldCollectionView, newCollectionView);
643
if (
_host
!= null)
664
_host
.NewValueAvailable(_dependencySourcesChanged, suppressTransfer, isASubPropertyChange);
712
if (
_host
!= null && k == Length - 1)
715
if (IsDynamic &&
_host
.ValidatesOnNotifyDataErrors)
746
TraceData.Identify(
_host
.ParentBindingExpression),
749
_host
.ParentBindingExpression);
840
TraceData.Identify(
_host
.ParentBindingExpression),
844
_host
.ParentBindingExpression);
883
if (
_host
!= null && k == Length - 1)
886
_host
.SetupDefaultValueConverter(svs.type);
889
if (
_host
.IsReflective)
895
if (
_host
.ValidatesOnNotifyDataErrors)
905
_host
.OnDataErrorsChanged(indei, SourcePropertyName);
916
BindingExpression bindingExpression =
_host
?.ParentBindingExpression;
952
_host
.ReportBadXPath(traceType);
1036
TraceData.Identify(
_host
.ParentBindingExpression),
1039
_host
.ParentBindingExpression);
1056
TraceData.Identify(
_host
.ParentBindingExpression),
1058
_host
.ParentBindingExpression);
1089
TraceData.Identify(
_host
.ParentBindingExpression),
1094
_host
.ParentBindingExpression);
1117
TraceData.Identify(
_host
.ParentBindingExpression),
1122
_host
.ParentBindingExpression);
1222
TraceData.Identify(
_host
.ParentBindingExpression),
1227
_host
.ParentBindingExpression);
1233
if (!(item is ICollectionView) ||
_host
== null ||
_host
.IsValidValue(item))
1508
if (
_host
!= null &&
_host
.AsyncGet(item, k))
1527
_host
?.ReportGetValueError(k, item, ex);
1531
_host
?.ReportGetValueError(k, item, new InvalidOperationException(SR.Format(SR.NonCLSException, "GetValue")));
1538
_host
?.ReportGetValueError(k, item, new ArgumentOutOfRangeException("index"));
1544
_host
?.ReportRawValueErrors(k, item, info);
1687
TraceData.Identify(
_host
.ParentBindingExpression),
1690
_host
.ParentBindingExpression);
1693
_host
.OnSourcePropertyChanged(sender, e.PropertyName);
1702
TraceData.Identify(
_host
.ParentBindingExpression),
1705
_host
.ParentBindingExpression);
1708
_host
.OnSourcePropertyChanged(sender, e.PropertyDescriptor.Name);
1715
_host
.OnDataErrorsChanged((INotifyDataErrorInfo)sender, e.PropertyName);
1725
TraceData.Identify(
_host
.ParentBindingExpression),
1728
_host
.ParentBindingExpression);
1731
_host
.OnSourcePropertyChanged(sender, e.PropertyName);
1736
if (
_host
!= null)
1738
return TraceData.IsExtendedTraceEnabled(
_host
.ParentBindingExpression, level);