4 writes to info
PresentationFramework (4)
MS\Internal\Data\PropertyPathWorker.cs (4)
828
svs.
info
= DependencyProperty.UnsetValue;
1059
svs.
info
= null;
1083
svs.
info
= accessorInfo.Accessor;
1302
svs.
info
= info;
33 references to info
PresentationFramework (33)
MS\Internal\Data\PropertyPathWorker.cs (33)
169
return _arySVS[level].
info
;
232
SetPropertyInfo(_arySVS[level].
info
, out pi, out pd, out dp, out dpa);
296
else if ((dia = _arySVS[level].
info
as DynamicIndexerAccessor) != null)
313
object accessor = _arySVS[level].
info
;
338
SetPropertyInfo(_arySVS[level].
info
, out pi, out pd, out dp, out dpa);
347
TraceData.IdentifyAccessor(_arySVS[level].
info
),
383
else if ((dia = _arySVS[level].
info
as DynamicIndexerAccessor) != null)
486
if ((_arySVS[k].
info
== dp) && (BindingExpression.GetReference(_arySVS[k].item) == d))
509
if ((_arySVS[k].
info
== dp) && (BindingExpression.GetReference(_arySVS[k].item) == d))
636
_arySVS[k - 1].
info
== FrameworkElement.DataContextProperty)
662
!(_arySVS[_arySVS.Length - 1].
info
is DependencyProperty) &&
667
_arySVS[_arySVS.Length - 1].
info
== FrameworkElement.DataContextProperty &&
696
PropertyPath.DowncastAccessor(_arySVS[k].
info
, out oldDP, out oldPI, out oldPD, out oldDOA);
789
if (svs.
info
== null)
805
if (svs.
info
== null && drillIn != DrillIn.Never && view != null)
827
if (svs.
info
== null)
835
if (svs.
info
== null)
854
TraceData.IdentifyAccessor(svs.
info
)),
861
Engine.RegisterForCacheChanges(newO, svs.
info
);
868
PropertyPath.DowncastAccessor(svs.
info
, out newDP, out newPI, out newPD, out newDOA);
903
CheckReadOnly(newO, svs.
info
);
987
if (PropertyPath.IsStaticProperty(_arySVS[level].
info
))
1016
if (level < 0 || (pd = _arySVS[level].
info
as PropertyDescriptor) == null)
1039
!(_arySVS[k].
info
is PropertyDescriptor))
1050
TraceData.IdentifyAccessor(svs.
info
)),
1087
if (PropertyPath.IsStaticProperty(svs.
info
))
1092
if (IsDynamic && SVI[k].type == SourceValueType.Property && svs.
info
is DependencyProperty)
1105
TraceData.IdentifyAccessor(svs.
info
)),
1266
if (!Object.Equals(info, svs.
info
))
1267
sb.AppendLine($" Info is wrong: expected '{info}' got '{svs.
info
}'");
1320
if (k > 0 && _arySVS[k - 1].
info
== (object)IndexerPropertyInfo.Instance)
1518
object info = _arySVS[k].
info
;
1714
SetPropertyInfo(_arySVS[Length - 1].
info
, out pi, out pd, out dp, out dpa);