1 instantiation of AccessorInfo
PresentationFramework (1)
MS\Internal\Data\PropertyPathWorker.cs (1)
1319new AccessorInfo(info, sourceType, args);
6 references to AccessorInfo
PresentationFramework (6)
MS\Internal\Data\AccessorTable.cs (5)
58internal AccessorInfo this[SourceValueType sourceValueType, Type type, string name] 65if (_table.TryGetValue(new AccessorTableKey(sourceValueType, type, name), out AccessorInfo info)) 119foreach (KeyValuePair<AccessorTableKey, AccessorInfo> entry in _table) 176private readonly Dictionary<AccessorTableKey, AccessorInfo> _table = new Dictionary<AccessorTableKey, AccessorInfo>();
MS\Internal\Data\PropertyPathWorker.cs (1)
1086AccessorInfo accessorInfo = Engine.AccessorTable[SVI[k].type, newType, SVI[k].name];