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