1 write to _host
PresentationFramework (1)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (1)
45
_host
= host;
53 references to _host
PresentationFramework (53)
src\Framework\MS\Internal\Data\PropertyPathWorker.cs (53)
257
if (level != Length-1 ||
_host
== null ||
_host
.TransfersDefaultValue)
327
TraceData.Identify(
_host
.ParentBindingExpression),
351
TraceData.Identify(
_host
.ParentBindingExpression),
469
_host
.CancelPendingTasks();
597
if (
_host
!= null)
599
target =
_host
.CheckTarget();
610
bool suppressTransfer = (
_host
== null) || (k < 0);
652
if (oldCollectionView != newCollectionView &&
_host
!= null)
654
_host
.ReplaceCurrentItem(oldCollectionView, newCollectionView);
659
if (
_host
!= null)
680
_host
.NewValueAvailable(_dependencySourcesChanged, suppressTransfer, isASubPropertyChange);
729
if (
_host
!= null && k == Length-1)
732
if (IsDynamic &&
_host
.ValidatesOnNotifyDataErrors)
763
TraceData.Identify(
_host
.ParentBindingExpression),
856
TraceData.Identify(
_host
.ParentBindingExpression),
899
if (
_host
!= null && k == Length-1)
902
_host
.SetupDefaultValueConverter(svs.type);
905
if (
_host
.IsReflective)
911
if (
_host
.ValidatesOnNotifyDataErrors)
921
_host
.OnDataErrorsChanged(indei, SourcePropertyName);
932
BindingExpression bindingExpression = (
_host
!= null) ?
_host
.ParentBindingExpression : null;
965
_host
.ReportBadXPath(traceType);
1050
TraceData.Identify(
_host
.ParentBindingExpression),
1069
TraceData.Identify(
_host
.ParentBindingExpression),
1101
TraceData.Identify(
_host
.ParentBindingExpression),
1128
TraceData.Identify(
_host
.ParentBindingExpression),
1232
TraceData.Identify(
_host
.ParentBindingExpression),
1242
if (!(item is ICollectionView) ||
_host
== null ||
_host
.IsValidValue(item))
1534
if (
_host
!= null &&
_host
.AsyncGet(item, k))
1561
if (
_host
!= null)
1562
_host
.ReportGetValueError(k, item, ex);
1566
if (
_host
!= null)
1567
_host
.ReportGetValueError(k, item, new InvalidOperationException(SR.Get(SRID.NonCLSException, "GetValue")));
1574
if (
_host
!= null)
1575
_host
.ReportGetValueError(k, item, new ArgumentOutOfRangeException("index"));
1584
if (
_host
!= null)
1586
_host
.ReportRawValueErrors(k, item, info);
1710
if (
_host
!= null)
1726
_host
.ParentBindingExpression);
1727
_host
.ParentBindingExpression.IsReflective = false; // turn off updates
1785
TraceData.Identify(
_host
.ParentBindingExpression),
1790
_host
.OnSourcePropertyChanged(sender, e.PropertyName);
1799
TraceData.Identify(
_host
.ParentBindingExpression),
1804
_host
.OnSourcePropertyChanged(sender, e.PropertyDescriptor.Name);
1811
_host
.OnDataErrorsChanged((INotifyDataErrorInfo)sender, e.PropertyName);
1821
TraceData.Identify(
_host
.ParentBindingExpression),
1826
_host
.OnSourcePropertyChanged(sender, e.PropertyName);
1831
if (
_host
!= null)
1833
return TraceData.IsExtendedTraceEnabled(
_host
.ParentBindingExpression, level);