MS\Internal\Data\PropertyPathWorker.cs (32)
112switch (SVI[level].type)
234switch (SVI[level].type)
243bool indexerIsNext = (level + 1 < SVI.Length && SVI[level + 1].type == SourceValueType.Indexer);
352switch (SVI[level].type)
442(isIndexer && SVI[k].type == MS.Internal.Data.SourceValueType.Indexer) ||
443String.Equals(SVI[k].propertyName, propertyName, StringComparison.OrdinalIgnoreCase)))
529return SVI[level];
651SVI[_arySVS.Length - 1].type != SourceValueType.Direct &&
679if (IsDynamic && SVI[k].type != SourceValueType.Direct)
694StaticPropertyChangedEventManager.RemoveHandler(declaringType, OnStaticPropertyChanged, SVI[k].propertyName);
703PropertyChangedEventManager.RemoveHandler(oldPC, OnPropertyChanged, SVI[k].propertyName);
768DrillIn drillIn = SVI[k].drillIn;
848if (IsDynamic && SVI[k].type != SourceValueType.Direct)
865StaticPropertyChangedEventManager.AddHandler(declaringType, OnStaticPropertyChanged, SVI[k].propertyName);
874PropertyChangedEventManager.AddHandler(newPC, OnPropertyChanged, SVI[k].propertyName);
921SourceValueInfo svi = SVI[k];
1045if (newType == null && SVI[k].type != SourceValueType.Direct)
1065bool cacheAccessor = !PropertyPath.IsParameterIndex(SVI[k].name, out index);
1068AccessorInfo accessorInfo = Engine.AccessorTable[SVI[k].type, newType, SVI[k].name];
1080if (IsDynamic && SVI[k].type == SourceValueType.Property && svs.info is DependencyProperty)
1092SVI[k].name,
1108switch (SVI[k].type)
1120SVI[k].name,
1225SVI[k].name,
1280Accessor cache returned incorrect result for ({SVI[k].type},{newType.Name},{SVI[k].name})
1300Engine.AccessorTable[SVI[k].type, newType, SVI[k].name] =
1313string name = SVI[k - 1].name;
1506if (!(dp != null || SVI[k].type == SourceValueType.Direct))