4 writes to info
PresentationFramework (4)
MS\Internal\Data\PropertyPathWorker.cs (4)
817
svs.
info
= DependencyProperty.UnsetValue;
1047
svs.
info
= null;
1071
svs.
info
= accessorInfo.Accessor;
1290
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))
626
_arySVS[k - 1].
info
== FrameworkElement.DataContextProperty)
652
!(_arySVS[_arySVS.Length - 1].
info
is DependencyProperty) &&
657
_arySVS[_arySVS.Length - 1].
info
== FrameworkElement.DataContextProperty &&
686
PropertyPath.DowncastAccessor(_arySVS[k].
info
, out oldDP, out oldPI, out oldPD, out oldDOA);
778
if (svs.
info
== null)
794
if (svs.
info
== null && drillIn != DrillIn.Never && view != null)
816
if (svs.
info
== null)
824
if (svs.
info
== null)
843
TraceData.IdentifyAccessor(svs.
info
)),
850
Engine.RegisterForCacheChanges(newO, svs.
info
);
857
PropertyPath.DowncastAccessor(svs.
info
, out newDP, out newPI, out newPD, out newDOA);
891
CheckReadOnly(newO, svs.
info
);
975
if (PropertyPath.IsStaticProperty(_arySVS[level].
info
))
1004
if (level < 0 || (pd = _arySVS[level].
info
as PropertyDescriptor) == null)
1027
!(_arySVS[k].
info
is PropertyDescriptor))
1038
TraceData.IdentifyAccessor(svs.
info
)),
1075
if (PropertyPath.IsStaticProperty(svs.
info
))
1080
if (IsDynamic && SVI[k].type == SourceValueType.Property && svs.
info
is DependencyProperty)
1093
TraceData.IdentifyAccessor(svs.
info
)),
1254
if (!Object.Equals(info, svs.
info
))
1255
sb.AppendLine($" Info is wrong: expected '{info}' got '{svs.
info
}'");
1308
if (k > 0 && _arySVS[k - 1].
info
== (object)IndexerPropertyInfo.Instance)
1495
object info = _arySVS[k].
info
;
1663
SetPropertyInfo(_arySVS[Length - 1].
info
, out pi, out pd, out dp, out dpa);