4 writes to info
PresentationFramework (4)
MS\Internal\Data\PropertyPathWorker.cs (4)
818
svs.
info
= DependencyProperty.UnsetValue;
1048
svs.
info
= null;
1072
svs.
info
= accessorInfo.Accessor;
1291
svs.
info
= info;
33 references to info
PresentationFramework (33)
MS\Internal\Data\PropertyPathWorker.cs (33)
168
return _arySVS[level].
info
;
231
SetPropertyInfo(_arySVS[level].
info
, out pi, out pd, out dp, out dpa);
295
else if ((dia = _arySVS[level].
info
as DynamicIndexerAccessor) != null)
312
object accessor = _arySVS[level].
info
;
337
SetPropertyInfo(_arySVS[level].
info
, out pi, out pd, out dp, out dpa);
346
TraceData.IdentifyAccessor(_arySVS[level].
info
),
382
else if ((dia = _arySVS[level].
info
as DynamicIndexerAccessor) != null)
485
if ((_arySVS[k].
info
== dp) && (BindingExpression.GetReference(_arySVS[k].item) == d))
508
if ((_arySVS[k].
info
== dp) && (BindingExpression.GetReference(_arySVS[k].item) == d))
627
_arySVS[k - 1].
info
== FrameworkElement.DataContextProperty)
653
!(_arySVS[_arySVS.Length - 1].
info
is DependencyProperty) &&
658
_arySVS[_arySVS.Length - 1].
info
== FrameworkElement.DataContextProperty &&
687
PropertyPath.DowncastAccessor(_arySVS[k].
info
, out oldDP, out oldPI, out oldPD, out oldDOA);
779
if (svs.
info
== null)
795
if (svs.
info
== null && drillIn != DrillIn.Never && view != null)
817
if (svs.
info
== null)
825
if (svs.
info
== null)
844
TraceData.IdentifyAccessor(svs.
info
)),
851
Engine.RegisterForCacheChanges(newO, svs.
info
);
858
PropertyPath.DowncastAccessor(svs.
info
, out newDP, out newPI, out newPD, out newDOA);
892
CheckReadOnly(newO, svs.
info
);
976
if (PropertyPath.IsStaticProperty(_arySVS[level].
info
))
1005
if (level < 0 || (pd = _arySVS[level].
info
as PropertyDescriptor) == null)
1028
!(_arySVS[k].
info
is PropertyDescriptor))
1039
TraceData.IdentifyAccessor(svs.
info
)),
1076
if (PropertyPath.IsStaticProperty(svs.
info
))
1081
if (IsDynamic && SVI[k].type == SourceValueType.Property && svs.
info
is DependencyProperty)
1094
TraceData.IdentifyAccessor(svs.
info
)),
1255
if (!Object.Equals(info, svs.
info
))
1256
sb.AppendLine($" Info is wrong: expected '{info}' got '{svs.
info
}'");
1309
if (k > 0 && _arySVS[k - 1].
info
== (object)IndexerPropertyInfo.Instance)
1496
object info = _arySVS[k].
info
;
1664
SetPropertyInfo(_arySVS[Length - 1].
info
, out pi, out pd, out dp, out dpa);