1 write to _host
PresentationFramework (1)
MS\Internal\Data\PropertyPathWorker.cs (1)
37
_host
= host;
62 references to _host
PresentationFramework (62)
MS\Internal\Data\PropertyPathWorker.cs (62)
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();
591
if (
_host
!= null)
593
target =
_host
.CheckTarget();
604
bool suppressTransfer = (
_host
== null) || (k < 0);
646
if (oldCollectionView != newCollectionView &&
_host
!= null)
648
_host
.ReplaceCurrentItem(oldCollectionView, newCollectionView);
653
if (
_host
!= null)
674
_host
.NewValueAvailable(_dependencySourcesChanged, suppressTransfer, isASubPropertyChange);
723
if (
_host
!= null && k == Length - 1)
726
if (IsDynamic &&
_host
.ValidatesOnNotifyDataErrors)
757
TraceData.Identify(
_host
.ParentBindingExpression),
760
_host
.ParentBindingExpression);
851
TraceData.Identify(
_host
.ParentBindingExpression),
855
_host
.ParentBindingExpression);
895
if (
_host
!= null && k == Length - 1)
898
_host
.SetupDefaultValueConverter(svs.type);
901
if (
_host
.IsReflective)
907
if (
_host
.ValidatesOnNotifyDataErrors)
917
_host
.OnDataErrorsChanged(indei, SourcePropertyName);
928
BindingExpression bindingExpression = (
_host
!= null) ?
_host
.ParentBindingExpression : null;
964
_host
.ReportBadXPath(traceType);
1048
TraceData.Identify(
_host
.ParentBindingExpression),
1051
_host
.ParentBindingExpression);
1068
TraceData.Identify(
_host
.ParentBindingExpression),
1070
_host
.ParentBindingExpression);
1101
TraceData.Identify(
_host
.ParentBindingExpression),
1106
_host
.ParentBindingExpression);
1129
TraceData.Identify(
_host
.ParentBindingExpression),
1134
_host
.ParentBindingExpression);
1234
TraceData.Identify(
_host
.ParentBindingExpression),
1239
_host
.ParentBindingExpression);
1245
if (!(item is ICollectionView) ||
_host
== null ||
_host
.IsValidValue(item))
1531
if (
_host
!= null &&
_host
.AsyncGet(item, k))
1558
if (
_host
!= null)
1559
_host
.ReportGetValueError(k, item, ex);
1563
if (
_host
!= null)
1564
_host
.ReportGetValueError(k, item, new InvalidOperationException(SR.Format(SR.NonCLSException, "GetValue")));
1571
if (
_host
!= null)
1572
_host
.ReportGetValueError(k, item, new ArgumentOutOfRangeException("index"));
1581
if (
_host
!= null)
1583
_host
.ReportRawValueErrors(k, item, info);
1738
TraceData.Identify(
_host
.ParentBindingExpression),
1741
_host
.ParentBindingExpression);
1744
_host
.OnSourcePropertyChanged(sender, e.PropertyName);
1753
TraceData.Identify(
_host
.ParentBindingExpression),
1756
_host
.ParentBindingExpression);
1759
_host
.OnSourcePropertyChanged(sender, e.PropertyDescriptor.Name);
1766
_host
.OnDataErrorsChanged((INotifyDataErrorInfo)sender, e.PropertyName);
1776
TraceData.Identify(
_host
.ParentBindingExpression),
1779
_host
.ParentBindingExpression);
1782
_host
.OnSourcePropertyChanged(sender, e.PropertyName);
1787
if (
_host
!= null)
1789
return TraceData.IsExtendedTraceEnabled(
_host
.ParentBindingExpression, level);